#9D1918

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

Shades of Mandarian Orange #9D1918

Tints of Mandarian Orange #9D1918

Color information

#9D1918 (or 0x9D1918) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 19 and 18. RGB value is (157,25,24). Sum of RGB (Red+Green+Blue) = 157+25+24=206 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.21% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1918 is #62E6E7. Grayscale: #404040. Windows color (decimal): -6481640 or 1579421. OLE color: 1579421.

HSL color Cylindrical-coordinate representation of color #9D1918: hue angle of 0.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1918 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB1572524-
CMYK00.840.850.38
HSL0.45º73.48%35.49%-
HSV(B)0.45º84.71%61.57%-
XYZ14.427.931.63-
YUV64.35105.23194.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 76.21%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=76.21%
G=12.14%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157252400.840.850.380.4573.4835.49
Hex9D1918054552604923
Octal2353130012412546011143
Binary10011101110011100001010100101010110011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D1918; }

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

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

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

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

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

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

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

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