#992419

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

Shades of Mandarian Orange #992419

Tints of Mandarian Orange #992419

Color information

#992419 (or 0x992419) is unknown color: approx Mandarian Orange. HEX triplet: 99, 24 and 19. RGB value is (153,36,25). Sum of RGB (Red+Green+Blue) = 153+36+25=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #992419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992419 is #66DBE6. Grayscale: #454545. Windows color (decimal): -6740967 or 1647769. OLE color: 1647769.

HSL color Cylindrical-coordinate representation of color #992419: hue angle of 5.16º degrees, saturation: 0.72, 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 #992419 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1533625-
CMYK00.760.840.4
HSL5.16º71.91%34.9%-
HSV(B)5.16º83.66%60%-
XYZ13.948.11.75-
YUV69.73102.76187.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.50%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 25 (10.16% from 255) = 11.68%
R=71.50%
G=16.82%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153362500.760.840.45.1671.9134.9
Hex99241904C542854823
Octal2314431011412450511043
Binary10011001100100110010100110010101001010001011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992419; }

 p { color: rgb(153,36,25); }

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

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

 a { background-color: rgb(153,36,25); }

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

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

 span { border-color: rgb(153,36,25); }

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