Shades of Mandarian Orange #991B15
Tints of Mandarian Orange #991B15
RGB
CMYK
RGB Variations
Color information
#991B15 (or 0x991B15) is known color: Mandarian Orange. HEX triplet: 99, 1B and 15. RGB value is (153,27,21). Sum of RGB (Red+Green+Blue) = 153+27+21=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #991B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991B15 is #66E4EA. Grayscale: #404040. Windows color (decimal): -6743275 or 1383321. OLE color: 1383321.
HSL color Cylindrical-coordinate representation of color #991B15: hue angle of 2.73º 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 #991B15 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 27 | 21 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.4 |
| HSL | 2.73º | 0.76% | 0.34% | - |
| HSV(B) | 2.73º | 0.86% | 0.6% | - |
| XYZ | 13.66 | 7.61 | 1.46 | - |
| YUV | 63.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 21 | 0 | 0.82 | 0.86 | 0.4 | 2.73 | 0.76 | 0.34 |
| Hex | 99 | 1B | 15 | 0 | 52 | 56 | 28 | 3 | 4C | 22 |
| Octal | 231 | 33 | 25 | 0 | 122 | 126 | 50 | 3 | 114 | 42 |
| Binary | 10011001 | 11011 | 10101 | 0 | 1010010 | 1010110 | 101000 | 11 | 1001100 | 100010 |
Color Harmonies of #991B15
Complementary color
Monochromatic Colors of #991B15
Black with #991B15
Text Example
Text Example
White with #991B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991B15; }
p { color: rgb(153,27,21); }
H1.HeaderClassName
{
color: #991B15;
}
.AnyTagClassName
{
color: #991B15;
}
</style>
background-color css
<style>
a { background-color: #991B15; }
a { background-color: rgb(153,27,21); }
div.DivClassName
{
background-color: #991B15;
}
.BgClassName
{
background-color: #991B15;
}
</style>
border-color css
<style>
span { border-color: #991B15; }
span { border-color: rgb(153,27,21); }
td.TdClassName
{
border-color: #991B15;
}
.TagClassName
{
border-color: #991B15;
}
</style>