#991d18

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

Shades of Mandarian Orange #991D18

Tints of Mandarian Orange #991D18

Color information

#991D18 (or 0x991D18) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1D and 18. RGB value is (153,29,24). Sum of RGB (Red+Green+Blue) = 153+29+24=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #991D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991D18 is #66E2E7. Grayscale: #414141. Windows color (decimal): -6742760 or 1580441. OLE color: 1580441.

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

Color convert

RGB1532924-
CMYK00.810.840.4
HSL2.33º72.88%34.71%-
HSV(B)2.33º84.31%60%-
XYZ13.747.721.63-
YUV65.51104.58190.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=74.27%
G=14.08%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153292400.810.840.42.3372.8834.71
Hex991D18051542824923
Octal2313530012112450211143
Binary100110011110111000010100011010100101000101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991d18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991d18; }

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

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

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

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

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

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

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

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