Shades of Mandarian Orange #911F15
Tints of Mandarian Orange #911F15
RGB
CMYK
RGB Variations
Color information
#911F15 (or 0x911F15) is known color: Mandarian Orange. HEX triplet: 91, 1F and 15. RGB value is (145,31,21). Sum of RGB (Red+Green+Blue) = 145+31+21=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #911F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F15 is #6EE0EA. Grayscale: #404040. Windows color (decimal): -7266539 or 1384337. OLE color: 1384337.
HSL color Cylindrical-coordinate representation of color #911F15: hue angle of 4.84º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911F15 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 31 | 21 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.43 |
| HSL | 4.84º | 0.75% | 0.33% | - |
| HSV(B) | 4.84º | 0.86% | 0.57% | - |
| XYZ | 12.3 | 7.05 | 1.42 | - |
| YUV | 63.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 21 | 0 | 0.79 | 0.86 | 0.43 | 4.84 | 0.75 | 0.33 |
| Hex | 91 | 1F | 15 | 0 | 4F | 56 | 2B | 5 | 4B | 21 |
| Octal | 221 | 37 | 25 | 0 | 117 | 126 | 53 | 5 | 113 | 41 |
| Binary | 10010001 | 11111 | 10101 | 0 | 1001111 | 1010110 | 101011 | 101 | 1001011 | 100001 |
Color Harmonies of #911F15
Complementary color
Monochromatic Colors of #911F15
Black with #911F15
Text Example
Text Example
White with #911F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911F15; }
p { color: rgb(145,31,21); }
H1.HeaderClassName
{
color: #911F15;
}
.AnyTagClassName
{
color: #911F15;
}
</style>
background-color css
<style>
a { background-color: #911F15; }
a { background-color: rgb(145,31,21); }
div.DivClassName
{
background-color: #911F15;
}
.BgClassName
{
background-color: #911F15;
}
</style>
border-color css
<style>
span { border-color: #911F15; }
span { border-color: rgb(145,31,21); }
td.TdClassName
{
border-color: #911F15;
}
.TagClassName
{
border-color: #911F15;
}
</style>