#9D1B13

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

Shades of Mandarian Orange #9D1B13

Tints of Mandarian Orange #9D1B13

Color information

#9D1B13 (or 0x9D1B13) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 1B and 13. RGB value is (157,27,19). Sum of RGB (Red+Green+Blue) = 157+27+19=203 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.34% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1B13 is #62E4EC. Grayscale: #414141. Windows color (decimal): -6481133 or 1252253. OLE color: 1252253.

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

Color convert

RGB1572719-
CMYK00.830.880.38
HSL3.48º78.41%34.51%-
HSV(B)3.48º87.9%61.57%-
XYZ14.4181.4-
YUV64.96102.07193.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 77.34%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 19 (7.81% from 255) = 9.36%
R=77.34%
G=13.30%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157271900.830.880.383.4878.4134.51
Hex9D1B13053582634e23
Octal2353323012313046311643
Binary100111011101110011010100111011000100110111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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