#912018

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

Shades of Mandarian Orange #912018

Tints of Mandarian Orange #912018

Color information

#912018 (or 0x912018) is unknown color: approx Mandarian Orange. HEX triplet: 91, 20 and 18. RGB value is (145,32,24). Sum of RGB (Red+Green+Blue) = 145+32+24=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #912018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912018 is #6EDFE7. Grayscale: #414141. Windows color (decimal): -7266280 or 1581201. OLE color: 1581201.

HSL color Cylindrical-coordinate representation of color #912018: hue angle of 3.97º 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 #912018 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB1453224-
CMYK00.780.830.43
HSL3.97º71.6%33.14%-
HSV(B)3.97º83.45%56.86%-
XYZ12.367.121.59-
YUV64.88104.94185.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 72.14%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=72.14%
G=15.92%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145322400.780.830.433.9771.633.14
Hex91201804E532B44821
Octal2214030011612353411041
Binary10010001100000110000100111010100111010111001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912018; }

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

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

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

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

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

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

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

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