#921817

Color #921817 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #921817

Tints of Mandarian Orange #921817

Color information

#921817 (or 0x921817) is unknown color: approx Mandarian Orange. HEX triplet: 92, 18 and 17. RGB value is (146,24,23). Sum of RGB (Red+Green+Blue) = 146+24+23=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #921817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921817 is #6DE7E8. Grayscale: #3C3C3C. Windows color (decimal): -7202793 or 1513618. OLE color: 1513618.

HSL color Cylindrical-coordinate representation of color #921817: hue angle of 0.49º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921817 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB1462423-
CMYK00.840.840.43
HSL0.49º72.78%33.14%-
HSV(B)0.49º84.25%57.25%-
XYZ12.346.831.48-
YUV60.36106.92189.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 75.65%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 23 (9.38% from 255) = 11.92%
R=75.65%
G=12.44%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146242300.840.840.430.4972.7833.14
Hex921817054542B04921
Octal2223027012412453011141
Binary10010010110001011101010100101010010101101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921817; }

 p { color: rgb(146,24,23); }

 H1.HeaderClassName
 {
   color: #921817;
 }
 .AnyTagClassName
 {
   color: #921817;
 }
</style>
background-color css

<style>
 a { background-color: #921817; }

 a { background-color: rgb(146,24,23); }

 div.DivClassName
 {
   background-color: #921817;
 }
 .BgClassName
 {
   background-color: #921817;
 }
</style>
border-color css

<style>
 span { border-color: #921817; }

 span { border-color: rgb(146,24,23); }

 td.TdClassName
 {
   border-color: #921817;
 }
 .TagClassName
 {
   border-color: #921817;
 }
</style>