Shades of Mandarian Orange #991A15
Tints of Mandarian Orange #991A15
RGB
CMYK
RGB Variations
Color information
#991A15 (or 0x991A15) is known color: Mandarian Orange. HEX triplet: 99, 1A and 15. RGB value is (153,26,21). Sum of RGB (Red+Green+Blue) = 153+26+21=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #991A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991A15 is #66E5EA. Grayscale: #3F3F3F. Windows color (decimal): -6743531 or 1383065. OLE color: 1383065.
HSL color Cylindrical-coordinate representation of color #991A15: hue angle of 2.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991A15 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 26 | 21 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.4 |
| HSL | 2.27º | 0.76% | 0.34% | - |
| HSV(B) | 2.27º | 0.86% | 0.6% | - |
| XYZ | 13.64 | 7.57 | 1.45 | - |
| YUV | 63.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 26 | 21 | 0 | 0.83 | 0.86 | 0.4 | 2.27 | 0.76 | 0.34 |
| Hex | 99 | 1A | 15 | 0 | 53 | 56 | 28 | 2 | 4C | 22 |
| Octal | 231 | 32 | 25 | 0 | 123 | 126 | 50 | 2 | 114 | 42 |
| Binary | 10011001 | 11010 | 10101 | 0 | 1010011 | 1010110 | 101000 | 10 | 1001100 | 100010 |
Color Harmonies of #991A15
Complementary color
Monochromatic Colors of #991A15
Black with #991A15
Text Example
Text Example
White with #991A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991A15; }
p { color: rgb(153,26,21); }
H1.HeaderClassName
{
color: #991A15;
}
.AnyTagClassName
{
color: #991A15;
}
</style>
background-color css
<style>
a { background-color: #991A15; }
a { background-color: rgb(153,26,21); }
div.DivClassName
{
background-color: #991A15;
}
.BgClassName
{
background-color: #991A15;
}
</style>
border-color css
<style>
span { border-color: #991A15; }
span { border-color: rgb(153,26,21); }
td.TdClassName
{
border-color: #991A15;
}
.TagClassName
{
border-color: #991A15;
}
</style>