Shades of Mandarian Orange #982113
Tints of Mandarian Orange #982113
RGB
CMYK
RGB Variations
Color information
#982113 (or 0x982113) is known color: Mandarian Orange. HEX triplet: 98, 21 and 13. RGB value is (152,33,19). Sum of RGB (Red+Green+Blue) = 152+33+19=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #982113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982113 is #67DEEC. Grayscale: #434343. Windows color (decimal): -6807277 or 1253784. OLE color: 1253784.
HSL color Cylindrical-coordinate representation of color #982113: hue angle of 6.32º 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 #982113 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 19 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.40 |
| HSL | 6.32º | 0.78% | 0.34% | - |
| HSV(B) | 6.32º | 0.88% | 0.6% | - |
| XYZ | 13.61 | 7.81 | 1.41 | - |
| YUV | 66.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 19 | 0 | 0.78 | 0.87 | 0.40 | 6.32 | 0.78 | 0.34 |
| Hex | 98 | 21 | 13 | 0 | 4E | 57 | 28 | 6 | 4E | 22 |
| Octal | 230 | 41 | 23 | 0 | 116 | 127 | 50 | 6 | 116 | 42 |
| Binary | 10011000 | 100001 | 10011 | 0 | 1001110 | 1010111 | 101000 | 110 | 1001110 | 100010 |
Color Harmonies of #982113
Complementary color
Monochromatic Colors of #982113
Black with #982113
Text Example
Text Example
White with #982113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982113; }
p { color: rgb(152,33,19); }
H1.HeaderClassName
{
color: #982113;
}
.AnyTagClassName
{
color: #982113;
}
</style>
background-color css
<style>
a { background-color: #982113; }
a { background-color: rgb(152,33,19); }
div.DivClassName
{
background-color: #982113;
}
.BgClassName
{
background-color: #982113;
}
</style>
border-color css
<style>
span { border-color: #982113; }
span { border-color: rgb(152,33,19); }
td.TdClassName
{
border-color: #982113;
}
.TagClassName
{
border-color: #982113;
}
</style>