Shades of Mandarian Orange #982212
Tints of Mandarian Orange #982212
RGB
CMYK
RGB Variations
Color information
#982212 (or 0x982212) is known color: Mandarian Orange. HEX triplet: 98, 22 and 12. RGB value is (152,34,18). Sum of RGB (Red+Green+Blue) = 152+34+18=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #982212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982212 is #67DDED. Grayscale: #434343. Windows color (decimal): -6807022 or 1188504. OLE color: 1188504.
HSL color Cylindrical-coordinate representation of color #982212: hue angle of 7.16º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #982212 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 18 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.40 |
| HSL | 7.16º | 0.79% | 0.33% | - |
| HSV(B) | 7.16º | 0.88% | 0.6% | - |
| XYZ | 13.63 | 7.86 | 1.37 | - |
| YUV | 67.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 18 | 0 | 0.78 | 0.88 | 0.40 | 7.16 | 0.79 | 0.33 |
| Hex | 98 | 22 | 12 | 0 | 4E | 58 | 28 | 7 | 4F | 21 |
| Octal | 230 | 42 | 22 | 0 | 116 | 130 | 50 | 7 | 117 | 41 |
| Binary | 10011000 | 100010 | 10010 | 0 | 1001110 | 1011000 | 101000 | 111 | 1001111 | 100001 |
Color Harmonies of #982212
Complementary color
Monochromatic Colors of #982212
Black with #982212
Text Example
Text Example
White with #982212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982212; }
p { color: rgb(152,34,18); }
H1.HeaderClassName
{
color: #982212;
}
.AnyTagClassName
{
color: #982212;
}
</style>
background-color css
<style>
a { background-color: #982212; }
a { background-color: rgb(152,34,18); }
div.DivClassName
{
background-color: #982212;
}
.BgClassName
{
background-color: #982212;
}
</style>
border-color css
<style>
span { border-color: #982212; }
span { border-color: rgb(152,34,18); }
td.TdClassName
{
border-color: #982212;
}
.TagClassName
{
border-color: #982212;
}
</style>