Shades of Mandarian Orange #911D19
Tints of Mandarian Orange #911D19
RGB
CMYK
RGB Variations
Color information
#911D19 (or 0x911D19) is known color: Mandarian Orange. HEX triplet: 91, 1D and 19. RGB value is (145,29,25). Sum of RGB (Red+Green+Blue) = 145+29+25=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #911D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D19 is #6EE2E6. Grayscale: #3F3F3F. Windows color (decimal): -7267047 or 1645969. OLE color: 1645969.
HSL color Cylindrical-coordinate representation of color #911D19: hue angle of 2º degrees, saturation: 0.71, 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 #911D19 is Cyan = 0, Magento = 0.8, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 29 | 25 | - |
| CMYK | 0 | 0.8 | 0.83 | 0.43 |
| HSL | 2º | 0.71% | 0.33% | - |
| HSV(B) | 2º | 0.83% | 0.57% | - |
| XYZ | 12.29 | 6.97 | 1.62 | - |
| YUV | 63.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 25 | 0 | 0.8 | 0.83 | 0.43 | 2 | 0.71 | 0.33 |
| Hex | 91 | 1D | 19 | 0 | 50 | 53 | 2B | 2 | 47 | 21 |
| Octal | 221 | 35 | 31 | 0 | 120 | 123 | 53 | 2 | 107 | 41 |
| Binary | 10010001 | 11101 | 11001 | 0 | 1010000 | 1010011 | 101011 | 10 | 1000111 | 100001 |
Color Harmonies of #911D19
Complementary color
Monochromatic Colors of #911D19
Black with #911D19
Text Example
Text Example
White with #911D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911D19; }
p { color: rgb(145,29,25); }
H1.HeaderClassName
{
color: #911D19;
}
.AnyTagClassName
{
color: #911D19;
}
</style>
background-color css
<style>
a { background-color: #911D19; }
a { background-color: rgb(145,29,25); }
div.DivClassName
{
background-color: #911D19;
}
.BgClassName
{
background-color: #911D19;
}
</style>
border-color css
<style>
span { border-color: #911D19; }
span { border-color: rgb(145,29,25); }
td.TdClassName
{
border-color: #911D19;
}
.TagClassName
{
border-color: #911D19;
}
</style>