Shades of Mandarian Orange #9D271A
Tints of Mandarian Orange #9D271A
RGB
CMYK
RGB Variations
Color information
#9D271A (or 0x9D271A) is known color: Mandarian Orange. HEX triplet: 9D, 27 and 1A. RGB value is (157,39,26). Sum of RGB (Red+Green+Blue) = 157+39+26=222 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.72% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 157 - color contains mainly: red. Hex color #9D271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D271A is #62D8E5. Grayscale: #484848. Windows color (decimal): -6478054 or 1714077. OLE color: 1714077.
HSL color Cylindrical-coordinate representation of color #9D271A: hue angle of 5.95º 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 #9D271A is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 26 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.38 |
| HSL | 5.95º | 0.72% | 0.36% | - |
| HSV(B) | 5.95º | 0.83% | 0.62% | - |
| XYZ | 14.82 | 8.69 | 1.87 | - |
| YUV | 72.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 26 | 0 | 0.75 | 0.83 | 0.38 | 5.95 | 0.72 | 0.36 |
| Hex | 9D | 27 | 1A | 0 | 4B | 53 | 26 | 6 | 48 | 24 |
| Octal | 235 | 47 | 32 | 0 | 113 | 123 | 46 | 6 | 110 | 44 |
| Binary | 10011101 | 100111 | 11010 | 0 | 1001011 | 1010011 | 100110 | 110 | 1001000 | 100100 |
Color Harmonies of #9D271A
Complementary color
Monochromatic Colors of #9D271A
Black with #9D271A
Text Example
Text Example
White with #9D271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D271A; }
p { color: rgb(157,39,26); }
H1.HeaderClassName
{
color: #9D271A;
}
.AnyTagClassName
{
color: #9D271A;
}
</style>
background-color css
<style>
a { background-color: #9D271A; }
a { background-color: rgb(157,39,26); }
div.DivClassName
{
background-color: #9D271A;
}
.BgClassName
{
background-color: #9D271A;
}
</style>
border-color css
<style>
span { border-color: #9D271A; }
span { border-color: rgb(157,39,26); }
td.TdClassName
{
border-color: #9D271A;
}
.TagClassName
{
border-color: #9D271A;
}
</style>