Shades of Mandarian Orange #992A1F
Tints of Mandarian Orange #992A1F
RGB
CMYK
RGB Variations
Color information
#992A1F (or 0x992A1F) is known color: Mandarian Orange. HEX triplet: 99, 2A and 1F. RGB value is (153,42,31). Sum of RGB (Red+Green+Blue) = 153+42+31=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #992A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A1F is #66D5E0. Grayscale: #4A4A4A. Windows color (decimal): -6739425 or 2042521. OLE color: 2042521.
HSL color Cylindrical-coordinate representation of color #992A1F: hue angle of 5.41º degrees, saturation: 0.66, 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 #992A1F is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 31 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.4 |
| HSL | 5.41º | 0.66% | 0.36% | - |
| HSV(B) | 5.41º | 0.8% | 0.6% | - |
| XYZ | 14.21 | 8.53 | 2.19 | - |
| YUV | 73.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 31 | 0 | 0.73 | 0.80 | 0.4 | 5.41 | 0.66 | 0.36 |
| Hex | 99 | 2A | 1F | 0 | 49 | 50 | 28 | 5 | 42 | 24 |
| Octal | 231 | 52 | 37 | 0 | 111 | 120 | 50 | 5 | 102 | 44 |
| Binary | 10011001 | 101010 | 11111 | 0 | 1001001 | 1010000 | 101000 | 101 | 1000010 | 100100 |
Color Harmonies of #992A1F
Complementary color
Monochromatic Colors of #992A1F
Black with #992A1F
Text Example
Text Example
White with #992A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A1F; }
p { color: rgb(153,42,31); }
H1.HeaderClassName
{
color: #992A1F;
}
.AnyTagClassName
{
color: #992A1F;
}
</style>
background-color css
<style>
a { background-color: #992A1F; }
a { background-color: rgb(153,42,31); }
div.DivClassName
{
background-color: #992A1F;
}
.BgClassName
{
background-color: #992A1F;
}
</style>
border-color css
<style>
span { border-color: #992A1F; }
span { border-color: rgb(153,42,31); }
td.TdClassName
{
border-color: #992A1F;
}
.TagClassName
{
border-color: #992A1F;
}
</style>