Shades of Mandarian Orange #982011
Tints of Mandarian Orange #982011
RGB
CMYK
RGB Variations
Color information
#982011 (or 0x982011) is known color: Mandarian Orange. HEX triplet: 98, 20 and 11. RGB value is (152,32,17). Sum of RGB (Red+Green+Blue) = 152+32+17=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #982011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982011 is #67DFEE. Grayscale: #424242. Windows color (decimal): -6807535 or 1122456. OLE color: 1122456.
HSL color Cylindrical-coordinate representation of color #982011: hue angle of 6.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #982011 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 32 | 17 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.40 |
| HSL | 6.67º | 0.8% | 0.33% | - |
| HSV(B) | 6.67º | 0.89% | 0.6% | - |
| XYZ | 13.57 | 7.75 | 1.31 | - |
| YUV | 66.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 17 | 0 | 0.79 | 0.89 | 0.40 | 6.67 | 0.8 | 0.33 |
| Hex | 98 | 20 | 11 | 0 | 4F | 59 | 28 | 7 | 50 | 21 |
| Octal | 230 | 40 | 21 | 0 | 117 | 131 | 50 | 7 | 120 | 41 |
| Binary | 10011000 | 100000 | 10001 | 0 | 1001111 | 1011001 | 101000 | 111 | 1010000 | 100001 |
Color Harmonies of #982011
Complementary color
Monochromatic Colors of #982011
Black with #982011
Text Example
Text Example
White with #982011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982011; }
p { color: rgb(152,32,17); }
H1.HeaderClassName
{
color: #982011;
}
.AnyTagClassName
{
color: #982011;
}
</style>
background-color css
<style>
a { background-color: #982011; }
a { background-color: rgb(152,32,17); }
div.DivClassName
{
background-color: #982011;
}
.BgClassName
{
background-color: #982011;
}
</style>
border-color css
<style>
span { border-color: #982011; }
span { border-color: rgb(152,32,17); }
td.TdClassName
{
border-color: #982011;
}
.TagClassName
{
border-color: #982011;
}
</style>