Shades of Mandarian Orange #9D1D1A
Tints of Mandarian Orange #9D1D1A
RGB
CMYK
RGB Variations
Color information
#9D1D1A (or 0x9D1D1A) is known color: Mandarian Orange. HEX triplet: 9D, 1D and 1A. RGB value is (157,29,26). Sum of RGB (Red+Green+Blue) = 157+29+26=212 (28% of max value = 765). Red value is 157 (61.72% from 255 or 74.06% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1D1A is #62E2E5. Grayscale: #434343. Windows color (decimal): -6480614 or 1711517. OLE color: 1711517.
HSL color Cylindrical-coordinate representation of color #9D1D1A: hue angle of 1.37º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1D1A is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 26 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.38 |
| HSL | 1.37º | 0.72% | 0.36% | - |
| HSV(B) | 1.37º | 0.83% | 0.62% | - |
| XYZ | 14.53 | 8.12 | 1.78 | - |
| YUV | 66.93 | 104.91 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 26 | 0 | 0.82 | 0.83 | 0.38 | 1.37 | 0.72 | 0.36 |
| Hex | 9D | 1D | 1A | 0 | 52 | 53 | 26 | 1 | 48 | 24 |
| Octal | 235 | 35 | 32 | 0 | 122 | 123 | 46 | 1 | 110 | 44 |
| Binary | 10011101 | 11101 | 11010 | 0 | 1010010 | 1010011 | 100110 | 1 | 1001000 | 100100 |
Color Harmonies of #9D1D1A
Complementary color
Monochromatic Colors of #9D1D1A
Black with #9D1D1A
Text Example
Text Example
White with #9D1D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D1A; }
p { color: rgb(157,29,26); }
H1.HeaderClassName
{
color: #9D1D1A;
}
.AnyTagClassName
{
color: #9D1D1A;
}
</style>
background-color css
<style>
a { background-color: #9D1D1A; }
a { background-color: rgb(157,29,26); }
div.DivClassName
{
background-color: #9D1D1A;
}
.BgClassName
{
background-color: #9D1D1A;
}
</style>
border-color css
<style>
span { border-color: #9D1D1A; }
span { border-color: rgb(157,29,26); }
td.TdClassName
{
border-color: #9D1D1A;
}
.TagClassName
{
border-color: #9D1D1A;
}
</style>