Shades of Mandarian Orange #981918
Tints of Mandarian Orange #981918
RGB
CMYK
RGB Variations
Color information
#981918 (or 0x981918) is known color: Mandarian Orange. HEX triplet: 98, 19 and 18. RGB value is (152,25,24). Sum of RGB (Red+Green+Blue) = 152+25+24=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #981918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981918 is #67E6E7. Grayscale: #3E3E3E. Windows color (decimal): -6809320 or 1579416. OLE color: 1579416.
HSL color Cylindrical-coordinate representation of color #981918: hue angle of 0.47º 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 #981918 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 24 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.40 |
| HSL | 0.47º | 0.73% | 0.35% | - |
| HSV(B) | 0.47º | 0.84% | 0.6% | - |
| XYZ | 13.46 | 7.44 | 1.59 | - |
| YUV | 62.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 24 | 0 | 0.84 | 0.84 | 0.40 | 0.47 | 0.73 | 0.35 |
| Hex | 98 | 19 | 18 | 0 | 54 | 54 | 28 | 0 | 49 | 23 |
| Octal | 230 | 31 | 30 | 0 | 124 | 124 | 50 | 0 | 111 | 43 |
| Binary | 10011000 | 11001 | 11000 | 0 | 1010100 | 1010100 | 101000 | 0 | 1001001 | 100011 |
Color Harmonies of #981918
Complementary color
Monochromatic Colors of #981918
Black with #981918
Text Example
Text Example
White with #981918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981918; }
p { color: rgb(152,25,24); }
H1.HeaderClassName
{
color: #981918;
}
.AnyTagClassName
{
color: #981918;
}
</style>
background-color css
<style>
a { background-color: #981918; }
a { background-color: rgb(152,25,24); }
div.DivClassName
{
background-color: #981918;
}
.BgClassName
{
background-color: #981918;
}
</style>
border-color css
<style>
span { border-color: #981918; }
span { border-color: rgb(152,25,24); }
td.TdClassName
{
border-color: #981918;
}
.TagClassName
{
border-color: #981918;
}
</style>