#912118

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

Shades of Mandarian Orange #912118

Tints of Mandarian Orange #912118

Color information

#912118 (or 0x912118) is unknown color: approx Mandarian Orange. HEX triplet: 91, 21 and 18. RGB value is (145,33,24). Sum of RGB (Red+Green+Blue) = 145+33+24=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #912118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912118 is #6EDEE7. Grayscale: #414141. Windows color (decimal): -7266024 or 1581457. OLE color: 1581457.

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

Color convert

RGB1453324-
CMYK00.770.830.43
HSL4.46º71.6%33.14%-
HSV(B)4.46º83.45%56.86%-
XYZ12.397.171.6-
YUV65.46104.61184.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.78%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 24 (9.77% from 255) = 11.88%
R=71.78%
G=16.34%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145332400.770.830.434.4671.633.14
Hex91211804D532B44821
Octal2214130011512353411041
Binary10010001100001110000100110110100111010111001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912118; }

 p { color: rgb(145,33,24); }

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

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

 a { background-color: rgb(145,33,24); }

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

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

 span { border-color: rgb(145,33,24); }

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