Shades of Mandarian Orange #981E1D
Tints of Mandarian Orange #981E1D
RGB
CMYK
RGB Variations
Color information
#981E1D (or 0x981E1D) is known color: Mandarian Orange. HEX triplet: 98, 1E and 1D. RGB value is (152,30,29). Sum of RGB (Red+Green+Blue) = 152+30+29=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #981E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981E1D is #67E1E2. Grayscale: #424242. Windows color (decimal): -6808035 or 1908376. OLE color: 1908376.
HSL color Cylindrical-coordinate representation of color #981E1D: hue angle of 0.49º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981E1D is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 29 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.40 |
| HSL | 0.49º | 0.68% | 0.35% | - |
| HSV(B) | 0.49º | 0.81% | 0.6% | - |
| XYZ | 13.63 | 7.69 | 1.93 | - |
| YUV | 66.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 29 | 0 | 0.80 | 0.81 | 0.40 | 0.49 | 0.68 | 0.35 |
| Hex | 98 | 1E | 1D | 0 | 50 | 51 | 28 | 0 | 44 | 23 |
| Octal | 230 | 36 | 35 | 0 | 120 | 121 | 50 | 0 | 104 | 43 |
| Binary | 10011000 | 11110 | 11101 | 0 | 1010000 | 1010001 | 101000 | 0 | 1000100 | 100011 |
Color Harmonies of #981E1D
Complementary color
Monochromatic Colors of #981E1D
Black with #981E1D
Text Example
Text Example
White with #981E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E1D; }
p { color: rgb(152,30,29); }
H1.HeaderClassName
{
color: #981E1D;
}
.AnyTagClassName
{
color: #981E1D;
}
</style>
background-color css
<style>
a { background-color: #981E1D; }
a { background-color: rgb(152,30,29); }
div.DivClassName
{
background-color: #981E1D;
}
.BgClassName
{
background-color: #981E1D;
}
</style>
border-color css
<style>
span { border-color: #981E1D; }
span { border-color: rgb(152,30,29); }
td.TdClassName
{
border-color: #981E1D;
}
.TagClassName
{
border-color: #981E1D;
}
</style>