Shades of Mandarian Orange #981F18
Tints of Mandarian Orange #981F18
RGB
CMYK
RGB Variations
Color information
#981F18 (or 0x981F18) is known color: Mandarian Orange. HEX triplet: 98, 1F and 18. RGB value is (152,31,24). Sum of RGB (Red+Green+Blue) = 152+31+24=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #981F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981F18 is #67E0E7. Grayscale: #424242. Windows color (decimal): -6807784 or 1580952. OLE color: 1580952.
HSL color Cylindrical-coordinate representation of color #981F18: hue angle of 3.28º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981F18 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 31 | 24 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.40 |
| HSL | 3.28º | 0.73% | 0.35% | - |
| HSV(B) | 3.28º | 0.84% | 0.6% | - |
| XYZ | 13.6 | 7.72 | 1.64 | - |
| YUV | 66.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 31 | 24 | 0 | 0.80 | 0.84 | 0.40 | 3.28 | 0.73 | 0.35 |
| Hex | 98 | 1F | 18 | 0 | 50 | 54 | 28 | 3 | 49 | 23 |
| Octal | 230 | 37 | 30 | 0 | 120 | 124 | 50 | 3 | 111 | 43 |
| Binary | 10011000 | 11111 | 11000 | 0 | 1010000 | 1010100 | 101000 | 11 | 1001001 | 100011 |
Color Harmonies of #981F18
Complementary color
Monochromatic Colors of #981F18
Black with #981F18
Text Example
Text Example
White with #981F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981F18; }
p { color: rgb(152,31,24); }
H1.HeaderClassName
{
color: #981F18;
}
.AnyTagClassName
{
color: #981F18;
}
</style>
background-color css
<style>
a { background-color: #981F18; }
a { background-color: rgb(152,31,24); }
div.DivClassName
{
background-color: #981F18;
}
.BgClassName
{
background-color: #981F18;
}
</style>
border-color css
<style>
span { border-color: #981F18; }
span { border-color: rgb(152,31,24); }
td.TdClassName
{
border-color: #981F18;
}
.TagClassName
{
border-color: #981F18;
}
</style>