Shades of Mandarian Orange #912A27
Tints of Mandarian Orange #912A27
RGB
CMYK
RGB Variations
Color information
#912A27 (or 0x912A27) is known color: Mandarian Orange. HEX triplet: 91, 2A and 27. RGB value is (145,42,39). Sum of RGB (Red+Green+Blue) = 145+42+39=226 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.16% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 145 - color contains mainly: red. Hex color #912A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912A27 is #6ED5D8. Grayscale: #484848. Windows color (decimal): -7263705 or 2566801. OLE color: 2566801.
HSL color Cylindrical-coordinate representation of color #912A27: hue angle of 1.7º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #912A27 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 42 | 39 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.43 |
| HSL | 1.7º | 0.58% | 0.36% | - |
| HSV(B) | 1.7º | 0.73% | 0.57% | - |
| XYZ | 12.87 | 7.82 | 2.75 | - |
| YUV | 72.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 42 | 39 | 0 | 0.71 | 0.73 | 0.43 | 1.7 | 0.58 | 0.36 |
| Hex | 91 | 2A | 27 | 0 | 47 | 49 | 2B | 2 | 3A | 24 |
| Octal | 221 | 52 | 47 | 0 | 107 | 111 | 53 | 2 | 72 | 44 |
| Binary | 10010001 | 101010 | 100111 | 0 | 1000111 | 1001001 | 101011 | 10 | 111010 | 100100 |
Color Harmonies of #912A27
Complementary color
Monochromatic Colors of #912A27
Black with #912A27
Text Example
Text Example
White with #912A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912A27; }
p { color: rgb(145,42,39); }
H1.HeaderClassName
{
color: #912A27;
}
.AnyTagClassName
{
color: #912A27;
}
</style>
background-color css
<style>
a { background-color: #912A27; }
a { background-color: rgb(145,42,39); }
div.DivClassName
{
background-color: #912A27;
}
.BgClassName
{
background-color: #912A27;
}
</style>
border-color css
<style>
span { border-color: #912A27; }
span { border-color: rgb(145,42,39); }
td.TdClassName
{
border-color: #912A27;
}
.TagClassName
{
border-color: #912A27;
}
</style>