Shades of Mandarian Orange #981C17
Tints of Mandarian Orange #981C17
RGB
CMYK
RGB Variations
Color information
#981C17 (or 0x981C17) is known color: Mandarian Orange. HEX triplet: 98, 1C and 17. RGB value is (152,28,23). Sum of RGB (Red+Green+Blue) = 152+28+23=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #981C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981C17 is #67E3E8. Grayscale: #404040. Windows color (decimal): -6808553 or 1514648. OLE color: 1514648.
HSL color Cylindrical-coordinate representation of color #981C17: hue angle of 2.33º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981C17 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 23 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.40 |
| HSL | 2.33º | 0.74% | 0.34% | - |
| HSV(B) | 2.33º | 0.85% | 0.6% | - |
| XYZ | 13.52 | 7.57 | 1.56 | - |
| YUV | 64.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 23 | 0 | 0.82 | 0.85 | 0.40 | 2.33 | 0.74 | 0.34 |
| Hex | 98 | 1C | 17 | 0 | 52 | 55 | 28 | 2 | 4A | 22 |
| Octal | 230 | 34 | 27 | 0 | 122 | 125 | 50 | 2 | 112 | 42 |
| Binary | 10011000 | 11100 | 10111 | 0 | 1010010 | 1010101 | 101000 | 10 | 1001010 | 100010 |
Color Harmonies of #981C17
Complementary color
Monochromatic Colors of #981C17
Black with #981C17
Text Example
Text Example
White with #981C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C17; }
p { color: rgb(152,28,23); }
H1.HeaderClassName
{
color: #981C17;
}
.AnyTagClassName
{
color: #981C17;
}
</style>
background-color css
<style>
a { background-color: #981C17; }
a { background-color: rgb(152,28,23); }
div.DivClassName
{
background-color: #981C17;
}
.BgClassName
{
background-color: #981C17;
}
</style>
border-color css
<style>
span { border-color: #981C17; }
span { border-color: rgb(152,28,23); }
td.TdClassName
{
border-color: #981C17;
}
.TagClassName
{
border-color: #981C17;
}
</style>