#9D1810

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

Shades of Mandarian Orange #9D1810

Tints of Mandarian Orange #9D1810

Color information

#9D1810 (or 0x9D1810) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 18 and 10. RGB value is (157,24,16). Sum of RGB (Red+Green+Blue) = 157+24+16=197 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.70% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1810 is #62E7EF. Grayscale: #3F3F3F. Windows color (decimal): -6481904 or 1054877. OLE color: 1054877.

HSL color Cylindrical-coordinate representation of color #9D1810: hue angle of 3.4º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1810 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB1572416-
CMYK00.850.900.38
HSL3.4º81.5%33.92%-
HSV(B)3.4º89.81%61.57%-
XYZ14.327.861.25-
YUV62.86101.56195.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 79.70%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 16 (6.64% from 255) = 8.12%
R=79.70%
G=12.18%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157241600.850.900.383.481.533.92
Hex9D18100555A2635222
Octal2353020012513246312242
Binary100111011100010000010101011011010100110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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