#991918

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

Shades of Mandarian Orange #991918

Tints of Mandarian Orange #991918

Color information

#991918 (or 0x991918) is unknown color: approx Mandarian Orange. HEX triplet: 99, 19 and 18. RGB value is (153,25,24). Sum of RGB (Red+Green+Blue) = 153+25+24=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #991918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991918 is #66E6E7. Grayscale: #3F3F3F. Windows color (decimal): -6743784 or 1579417. OLE color: 1579417.

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

Color convert

RGB1532524-
CMYK00.840.840.4
HSL0.47º72.88%34.71%-
HSV(B)0.47º84.31%60%-
XYZ13.657.531.6-
YUV63.16105.91192.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.74%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 24 (9.77% from 255) = 11.88%
R=75.74%
G=12.38%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153252400.840.840.40.4772.8834.71
Hex991918054542804923
Octal2313130012412450011143
Binary10011001110011100001010100101010010100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991918; }

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

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

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

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

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

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

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

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