#9D1716

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

Shades of Mandarian Orange #9D1716

Tints of Mandarian Orange #9D1716

Color information

#9D1716 (or 0x9D1716) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 17 and 16. RGB value is (157,23,22). Sum of RGB (Red+Green+Blue) = 157+23+22=202 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.72% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1716 is #62E8E9. Grayscale: #3F3F3F. Windows color (decimal): -6482154 or 1447837. OLE color: 1447837.

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

Color convert

RGB1572322-
CMYK00.850.860.38
HSL0.44º75.42%35.1%-
HSV(B)0.44º85.99%61.57%-
XYZ14.367.841.52-
YUV62.95104.89195.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 77.72%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 22 (8.98% from 255) = 10.89%
R=77.72%
G=11.39%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157232200.850.860.380.4475.4235.1
Hex9D1716055562604b23
Octal2352726012512646011343
Binary10011101101111011001010101101011010011001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,23,22); }

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

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

 a { background-color: rgb(157,23,22); }

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

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

 span { border-color: rgb(157,23,22); }

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