Shades of Mandarian Orange #982A1E
Tints of Mandarian Orange #982A1E
RGB
CMYK
RGB Variations
Color information
#982A1E (or 0x982A1E) is known color: Mandarian Orange. HEX triplet: 98, 2A and 1E. RGB value is (152,42,30). Sum of RGB (Red+Green+Blue) = 152+42+30=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #982A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982A1E is #67D5E1. Grayscale: #494949. Windows color (decimal): -6804962 or 1976984. OLE color: 1976984.
HSL color Cylindrical-coordinate representation of color #982A1E: hue angle of 5.9º 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 #982A1E is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 42 | 30 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.40 |
| HSL | 5.9º | 0.67% | 0.36% | - |
| HSV(B) | 5.9º | 0.8% | 0.6% | - |
| XYZ | 14.01 | 8.43 | 2.12 | - |
| YUV | 73.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 30 | 0 | 0.72 | 0.80 | 0.40 | 5.9 | 0.67 | 0.36 |
| Hex | 98 | 2A | 1E | 0 | 48 | 50 | 28 | 6 | 43 | 24 |
| Octal | 230 | 52 | 36 | 0 | 110 | 120 | 50 | 6 | 103 | 44 |
| Binary | 10011000 | 101010 | 11110 | 0 | 1001000 | 1010000 | 101000 | 110 | 1000011 | 100100 |
Color Harmonies of #982A1E
Complementary color
Monochromatic Colors of #982A1E
Black with #982A1E
Text Example
Text Example
White with #982A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982A1E; }
p { color: rgb(152,42,30); }
H1.HeaderClassName
{
color: #982A1E;
}
.AnyTagClassName
{
color: #982A1E;
}
</style>
background-color css
<style>
a { background-color: #982A1E; }
a { background-color: rgb(152,42,30); }
div.DivClassName
{
background-color: #982A1E;
}
.BgClassName
{
background-color: #982A1E;
}
</style>
border-color css
<style>
span { border-color: #982A1E; }
span { border-color: rgb(152,42,30); }
td.TdClassName
{
border-color: #982A1E;
}
.TagClassName
{
border-color: #982A1E;
}
</style>