Shades of Mandarian Orange #911818
Tints of Mandarian Orange #911818
RGB
CMYK
RGB Variations
Color information
#911818 (or 0x911818) is known color: Mandarian Orange. HEX triplet: 91, 18 and 18. RGB value is (145,24,24). Sum of RGB (Red+Green+Blue) = 145+24+24=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #911818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911818 is #6EE7E7. Grayscale: #3C3C3C. Windows color (decimal): -7268328 or 1579153. OLE color: 1579153.
HSL color Cylindrical-coordinate representation of color #911818: hue angle of 0º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911818 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 24 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.43 |
| HSL | 0º | 0.72% | 0.33% | - |
| HSV(B) | 0º | 0.83% | 0.57% | - |
| XYZ | 12.17 | 6.74 | 1.52 | - |
| YUV | 60.18 | 107.59 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 24 | 0 | 0.83 | 0.83 | 0.43 | 0 | 0.72 | 0.33 |
| Hex | 91 | 18 | 18 | 0 | 53 | 53 | 2B | 0 | 48 | 21 |
| Octal | 221 | 30 | 30 | 0 | 123 | 123 | 53 | 0 | 110 | 41 |
| Binary | 10010001 | 11000 | 11000 | 0 | 1010011 | 1010011 | 101011 | 0 | 1001000 | 100001 |
Color Harmonies of #911818
Complementary color
Monochromatic Colors of #911818
Black with #911818
Text Example
Text Example
White with #911818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911818; }
p { color: rgb(145,24,24); }
H1.HeaderClassName
{
color: #911818;
}
.AnyTagClassName
{
color: #911818;
}
</style>
background-color css
<style>
a { background-color: #911818; }
a { background-color: rgb(145,24,24); }
div.DivClassName
{
background-color: #911818;
}
.BgClassName
{
background-color: #911818;
}
</style>
border-color css
<style>
span { border-color: #911818; }
span { border-color: rgb(145,24,24); }
td.TdClassName
{
border-color: #911818;
}
.TagClassName
{
border-color: #911818;
}
</style>