Shades of Mandarian Orange #9C271D
Tints of Mandarian Orange #9C271D
RGB
CMYK
RGB Variations
Color information
#9C271D (or 0x9C271D) is known color: Mandarian Orange. HEX triplet: 9C, 27 and 1D. RGB value is (156,39,29). Sum of RGB (Red+Green+Blue) = 156+39+29=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C271D is #63D8E2. Grayscale: #494949. Windows color (decimal): -6543587 or 1910684. OLE color: 1910684.
HSL color Cylindrical-coordinate representation of color #9C271D: hue angle of 4.72º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C271D is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 29 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.39 |
| HSL | 4.72º | 0.69% | 0.36% | - |
| HSV(B) | 4.72º | 0.81% | 0.61% | - |
| XYZ | 14.66 | 8.61 | 2.05 | - |
| YUV | 72.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 29 | 0 | 0.75 | 0.81 | 0.39 | 4.72 | 0.69 | 0.36 |
| Hex | 9C | 27 | 1D | 0 | 4B | 51 | 27 | 5 | 45 | 24 |
| Octal | 234 | 47 | 35 | 0 | 113 | 121 | 47 | 5 | 105 | 44 |
| Binary | 10011100 | 100111 | 11101 | 0 | 1001011 | 1010001 | 100111 | 101 | 1000101 | 100100 |
Color Harmonies of #9C271D
Complementary color
Monochromatic Colors of #9C271D
Black with #9C271D
Text Example
Text Example
White with #9C271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C271D; }
p { color: rgb(156,39,29); }
H1.HeaderClassName
{
color: #9C271D;
}
.AnyTagClassName
{
color: #9C271D;
}
</style>
background-color css
<style>
a { background-color: #9C271D; }
a { background-color: rgb(156,39,29); }
div.DivClassName
{
background-color: #9C271D;
}
.BgClassName
{
background-color: #9C271D;
}
</style>
border-color css
<style>
span { border-color: #9C271D; }
span { border-color: rgb(156,39,29); }
td.TdClassName
{
border-color: #9C271D;
}
.TagClassName
{
border-color: #9C271D;
}
</style>