#9d1a19

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

Shades of Mandarian Orange #9D1A19

Tints of Mandarian Orange #9D1A19

Color information

#9D1A19 (or 0x9D1A19) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 1A and 19. RGB value is (157,26,25). Sum of RGB (Red+Green+Blue) = 157+26+25=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1A19 is #62E5E6. Grayscale: #414141. Windows color (decimal): -6481383 or 1645213. OLE color: 1645213.

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

Color convert

RGB1572625-
CMYK00.830.840.38
HSL0.45º72.53%35.69%-
HSV(B)0.45º84.08%61.57%-
XYZ14.457.981.7-
YUV65.05105.4193.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 75.48%
GREEN value IS 26 (10.55% from 255) = 12.5%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=75.48%
G=12.5%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157262500.830.840.380.4572.5335.69
Hex9D1A19053542604924
Octal2353231012312446011144
Binary10011101110101100101010011101010010011001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d1a19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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