Shades of Mandarian Orange #9C291B
Tints of Mandarian Orange #9C291B
RGB
CMYK
RGB Variations
Color information
#9C291B (or 0x9C291B) is known color: Mandarian Orange. HEX triplet: 9C, 29 and 1B. RGB value is (156,41,27). Sum of RGB (Red+Green+Blue) = 156+41+27=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C291B is #63D6E4. Grayscale: #494949. Windows color (decimal): -6543077 or 1780124. OLE color: 1780124.
HSL color Cylindrical-coordinate representation of color #9C291B: hue angle of 6.51º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C291B is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 27 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.39 |
| HSL | 6.51º | 0.7% | 0.36% | - |
| HSV(B) | 6.51º | 0.83% | 0.61% | - |
| XYZ | 14.7 | 8.73 | 1.95 | - |
| YUV | 73.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 27 | 0 | 0.74 | 0.83 | 0.39 | 6.51 | 0.7 | 0.36 |
| Hex | 9C | 29 | 1B | 0 | 4A | 53 | 27 | 7 | 46 | 24 |
| Octal | 234 | 51 | 33 | 0 | 112 | 123 | 47 | 7 | 106 | 44 |
| Binary | 10011100 | 101001 | 11011 | 0 | 1001010 | 1010011 | 100111 | 111 | 1000110 | 100100 |
Color Harmonies of #9C291B
Complementary color
Monochromatic Colors of #9C291B
Black with #9C291B
Text Example
Text Example
White with #9C291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C291B; }
p { color: rgb(156,41,27); }
H1.HeaderClassName
{
color: #9C291B;
}
.AnyTagClassName
{
color: #9C291B;
}
</style>
background-color css
<style>
a { background-color: #9C291B; }
a { background-color: rgb(156,41,27); }
div.DivClassName
{
background-color: #9C291B;
}
.BgClassName
{
background-color: #9C291B;
}
</style>
border-color css
<style>
span { border-color: #9C291B; }
span { border-color: rgb(156,41,27); }
td.TdClassName
{
border-color: #9C291B;
}
.TagClassName
{
border-color: #9C291B;
}
</style>