#992018

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

Shades of Mandarian Orange #992018

Tints of Mandarian Orange #992018

Color information

#992018 (or 0x992018) is unknown color: approx Mandarian Orange. HEX triplet: 99, 20 and 18. RGB value is (153,32,24). Sum of RGB (Red+Green+Blue) = 153+32+24=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #992018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992018 is #66DFE7. Grayscale: #434343. Windows color (decimal): -6741992 or 1581209. OLE color: 1581209.

HSL color Cylindrical-coordinate representation of color #992018: hue angle of 3.72º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #992018 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1533224-
CMYK00.790.840.4
HSL3.72º72.88%34.71%-
HSV(B)3.72º84.31%60%-
XYZ13.827.871.66-
YUV67.27103.59189.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.21%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=73.21%
G=15.31%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153322400.790.840.43.7272.8834.71
Hex99201804F542844923
Octal2314030011712450411143
Binary10011001100000110000100111110101001010001001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992018; }

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

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

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

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

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

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

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

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