Shades of Mandarian Orange #991E1E
Tints of Mandarian Orange #991E1E
RGB
CMYK
RGB Variations
Color information
#991E1E (or 0x991E1E) is known color: Mandarian Orange. HEX triplet: 99, 1E and 1E. RGB value is (153,30,30). Sum of RGB (Red+Green+Blue) = 153+30+30=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #991E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E1E is #66E1E1. Grayscale: #424242. Windows color (decimal): -6742498 or 1973913. OLE color: 1973913.
HSL color Cylindrical-coordinate representation of color #991E1E: hue angle of 0º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E1E is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 30 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.4 |
| HSL | 0º | 0.67% | 0.36% | - |
| HSV(B) | 0º | 0.8% | 0.6% | - |
| XYZ | 13.84 | 7.79 | 2 | - |
| YUV | 66.78 | 107.25 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 30 | 0 | 0.80 | 0.80 | 0.4 | 0 | 0.67 | 0.36 |
| Hex | 99 | 1E | 1E | 0 | 50 | 50 | 28 | 0 | 43 | 24 |
| Octal | 231 | 36 | 36 | 0 | 120 | 120 | 50 | 0 | 103 | 44 |
| Binary | 10011001 | 11110 | 11110 | 0 | 1010000 | 1010000 | 101000 | 0 | 1000011 | 100100 |
Color Harmonies of #991E1E
Complementary color
Monochromatic Colors of #991E1E
Black with #991E1E
Text Example
Text Example
White with #991E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E1E; }
p { color: rgb(153,30,30); }
H1.HeaderClassName
{
color: #991E1E;
}
.AnyTagClassName
{
color: #991E1E;
}
</style>
background-color css
<style>
a { background-color: #991E1E; }
a { background-color: rgb(153,30,30); }
div.DivClassName
{
background-color: #991E1E;
}
.BgClassName
{
background-color: #991E1E;
}
</style>
border-color css
<style>
span { border-color: #991E1E; }
span { border-color: rgb(153,30,30); }
td.TdClassName
{
border-color: #991E1E;
}
.TagClassName
{
border-color: #991E1E;
}
</style>