Shades of Mandarian Orange #982222
Tints of Mandarian Orange #982222
RGB
CMYK
RGB Variations
Color information
#982222 (or 0x982222) is known color: Mandarian Orange. HEX triplet: 98, 22 and 22. RGB value is (152,34,34). Sum of RGB (Red+Green+Blue) = 152+34+34=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #982222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982222 is #67DDDD. Grayscale: #454545. Windows color (decimal): -6807006 or 2237080. OLE color: 2237080.
HSL color Cylindrical-coordinate representation of color #982222: hue angle of 0º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982222 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 34 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.40 |
| HSL | 0º | 0.63% | 0.36% | - |
| HSV(B) | 0º | 0.78% | 0.6% | - |
| XYZ | 13.81 | 7.93 | 2.32 | - |
| YUV | 69.28 | 108.09 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 34 | 0 | 0.78 | 0.78 | 0.40 | 0 | 0.63 | 0.36 |
| Hex | 98 | 22 | 22 | 0 | 4E | 4E | 28 | 0 | 3F | 24 |
| Octal | 230 | 42 | 42 | 0 | 116 | 116 | 50 | 0 | 77 | 44 |
| Binary | 10011000 | 100010 | 100010 | 0 | 1001110 | 1001110 | 101000 | 0 | 111111 | 100100 |
Color Harmonies of #982222
Complementary color
Monochromatic Colors of #982222
Black with #982222
Text Example
Text Example
White with #982222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982222; }
p { color: rgb(152,34,34); }
H1.HeaderClassName
{
color: #982222;
}
.AnyTagClassName
{
color: #982222;
}
</style>
background-color css
<style>
a { background-color: #982222; }
a { background-color: rgb(152,34,34); }
div.DivClassName
{
background-color: #982222;
}
.BgClassName
{
background-color: #982222;
}
</style>
border-color css
<style>
span { border-color: #982222; }
span { border-color: rgb(152,34,34); }
td.TdClassName
{
border-color: #982222;
}
.TagClassName
{
border-color: #982222;
}
</style>