Shades of Mandarian Orange #982109
Tints of Mandarian Orange #982109
RGB
CMYK
RGB Variations
Color information
#982109 (or 0x982109) is known color: Mandarian Orange. HEX triplet: 98, 21 and 09. RGB value is (152,33,9). Sum of RGB (Red+Green+Blue) = 152+33+9=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #982109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982109 is #67DEF6. Grayscale: #424242. Windows color (decimal): -6807287 or 598424. OLE color: 598424.
HSL color Cylindrical-coordinate representation of color #982109: hue angle of 10.07º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #982109 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 9 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.40 |
| HSL | 10.07º | 0.89% | 0.32% | - |
| HSV(B) | 10.07º | 0.94% | 0.6% | - |
| XYZ | 13.54 | 7.78 | 1.05 | - |
| YUV | 65.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 9 | 0 | 0.78 | 0.94 | 0.40 | 10.07 | 0.89 | 0.32 |
| Hex | 98 | 21 | 9 | 0 | 4E | 5E | 28 | A | 59 | 20 |
| Octal | 230 | 41 | 11 | 0 | 116 | 136 | 50 | 12 | 131 | 40 |
| Binary | 10011000 | 100001 | 1001 | 0 | 1001110 | 1011110 | 101000 | 1010 | 1011001 | 100000 |
Color Harmonies of #982109
Complementary color
Monochromatic Colors of #982109
Black with #982109
Text Example
Text Example
White with #982109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982109; }
p { color: rgb(152,33,9); }
H1.HeaderClassName
{
color: #982109;
}
.AnyTagClassName
{
color: #982109;
}
</style>
background-color css
<style>
a { background-color: #982109; }
a { background-color: rgb(152,33,9); }
div.DivClassName
{
background-color: #982109;
}
.BgClassName
{
background-color: #982109;
}
</style>
border-color css
<style>
span { border-color: #982109; }
span { border-color: rgb(152,33,9); }
td.TdClassName
{
border-color: #982109;
}
.TagClassName
{
border-color: #982109;
}
</style>