#992119

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

Shades of Mandarian Orange #992119

Tints of Mandarian Orange #992119

Color information

#992119 (or 0x992119) is unknown color: approx Mandarian Orange. HEX triplet: 99, 21 and 19. RGB value is (153,33,25). Sum of RGB (Red+Green+Blue) = 153+33+25=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #992119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992119 is #66DEE6. Grayscale: #444444. Windows color (decimal): -6741735 or 1647001. OLE color: 1647001.

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

Color convert

RGB1533325-
CMYK00.780.840.4
HSL3.75º71.91%34.9%-
HSV(B)3.75º83.66%60%-
XYZ13.867.931.72-
YUV67.97103.76188.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 72.51%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 25 (10.16% from 255) = 11.85%
R=72.51%
G=15.64%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153332500.780.840.43.7571.9134.9
Hex99211904E542844823
Octal2314131011612450411043
Binary10011001100001110010100111010101001010001001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992119; }

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

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

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

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

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

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

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

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