Shades of Mandarian Orange #981513
Tints of Mandarian Orange #981513
RGB
CMYK
RGB Variations
Color information
#981513 (or 0x981513) is known color: Mandarian Orange. HEX triplet: 98, 15 and 13. RGB value is (152,21,19). Sum of RGB (Red+Green+Blue) = 152+21+19=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #981513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981513 is #67EAEC. Grayscale: #3C3C3C. Windows color (decimal): -6810349 or 1250712. OLE color: 1250712.
HSL color Cylindrical-coordinate representation of color #981513: hue angle of 0.9º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981513 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 19 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.40 |
| HSL | 0.9º | 0.78% | 0.34% | - |
| HSV(B) | 0.9º | 0.88% | 0.6% | - |
| XYZ | 13.33 | 7.26 | 1.31 | - |
| YUV | 59.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 19 | 0 | 0.86 | 0.87 | 0.40 | 0.9 | 0.78 | 0.34 |
| Hex | 98 | 15 | 13 | 0 | 56 | 57 | 28 | 1 | 4E | 22 |
| Octal | 230 | 25 | 23 | 0 | 126 | 127 | 50 | 1 | 116 | 42 |
| Binary | 10011000 | 10101 | 10011 | 0 | 1010110 | 1010111 | 101000 | 1 | 1001110 | 100010 |
Color Harmonies of #981513
Complementary color
Monochromatic Colors of #981513
Black with #981513
Text Example
Text Example
White with #981513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981513; }
p { color: rgb(152,21,19); }
H1.HeaderClassName
{
color: #981513;
}
.AnyTagClassName
{
color: #981513;
}
</style>
background-color css
<style>
a { background-color: #981513; }
a { background-color: rgb(152,21,19); }
div.DivClassName
{
background-color: #981513;
}
.BgClassName
{
background-color: #981513;
}
</style>
border-color css
<style>
span { border-color: #981513; }
span { border-color: rgb(152,21,19); }
td.TdClassName
{
border-color: #981513;
}
.TagClassName
{
border-color: #981513;
}
</style>