#992008

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

Shades of Mandarian Orange #992008

Tints of Mandarian Orange #992008

Color information

#992008 (or 0x992008) is unknown color: approx Mandarian Orange. HEX triplet: 99, 20 and 08. RGB value is (153,32,8). Sum of RGB (Red+Green+Blue) = 153+32+8=193 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.27% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 153 - color contains mainly: red. Hex color #992008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992008 is #66DFF7. Grayscale: #414141. Windows color (decimal): -6742008 or 532633. OLE color: 532633.

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

Color convert

RGB153328-
CMYK00.790.950.4
HSL9.93º90.06%31.57%-
HSV(B)9.93º94.77%60%-
XYZ13.77.821.02-
YUV65.4495.59190.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.27%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 8 (3.52% from 255) = 4.15%
R=79.27%
G=16.58%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15332800.790.950.49.9390.0631.57
Hex9920804F5F28a5a20
Octal23140100117137501213240
Binary10011001100000100001001111101111110100010101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992008; }

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

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

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

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

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

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

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

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