#9D1B16

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

Shades of Mandarian Orange #9D1B16

Tints of Mandarian Orange #9D1B16

Color information

#9D1B16 (or 0x9D1B16) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 1B and 16. RGB value is (157,27,22). Sum of RGB (Red+Green+Blue) = 157+27+22=206 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.21% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1B16 is #62E4E9. Grayscale: #414141. Windows color (decimal): -6481130 or 1448861. OLE color: 1448861.

HSL color Cylindrical-coordinate representation of color #9D1B16: hue angle of 2.22º 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 #9D1B16 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB1572722-
CMYK00.830.860.38
HSL2.22º75.42%35.1%-
HSV(B)2.22º85.99%61.57%-
XYZ14.448.011.54-
YUV65.3103.57193.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 76.21%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=76.21%
G=13.11%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157272200.830.860.382.2275.4235.1
Hex9D1B16053562624b23
Octal2353326012312646211343
Binary100111011101110110010100111010110100110101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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