Shades of Mandarian Orange #912C28
Tints of Mandarian Orange #912C28
RGB
CMYK
RGB Variations
Color information
#912C28 (or 0x912C28) is known color: Mandarian Orange. HEX triplet: 91, 2C and 28. RGB value is (145,44,40). Sum of RGB (Red+Green+Blue) = 145+44+40=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #912C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912C28 is #6ED3D7. Grayscale: #494949. Windows color (decimal): -7263192 or 2632849. OLE color: 2632849.
HSL color Cylindrical-coordinate representation of color #912C28: hue angle of 2.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912C28 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 44 | 40 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.43 |
| HSL | 2.29º | 0.57% | 0.36% | - |
| HSV(B) | 2.29º | 0.72% | 0.57% | - |
| XYZ | 12.96 | 7.97 | 2.86 | - |
| YUV | 73.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 40 | 0 | 0.70 | 0.72 | 0.43 | 2.29 | 0.57 | 0.36 |
| Hex | 91 | 2C | 28 | 0 | 46 | 48 | 2B | 2 | 39 | 24 |
| Octal | 221 | 54 | 50 | 0 | 106 | 110 | 53 | 2 | 71 | 44 |
| Binary | 10010001 | 101100 | 101000 | 0 | 1000110 | 1001000 | 101011 | 10 | 111001 | 100100 |
Color Harmonies of #912C28
Complementary color
Monochromatic Colors of #912C28
Black with #912C28
Text Example
Text Example
White with #912C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912C28; }
p { color: rgb(145,44,40); }
H1.HeaderClassName
{
color: #912C28;
}
.AnyTagClassName
{
color: #912C28;
}
</style>
background-color css
<style>
a { background-color: #912C28; }
a { background-color: rgb(145,44,40); }
div.DivClassName
{
background-color: #912C28;
}
.BgClassName
{
background-color: #912C28;
}
</style>
border-color css
<style>
span { border-color: #912C28; }
span { border-color: rgb(145,44,40); }
td.TdClassName
{
border-color: #912C28;
}
.TagClassName
{
border-color: #912C28;
}
</style>