Shades of Mandarian Orange #981D0C
Tints of Mandarian Orange #981D0C
RGB
CMYK
RGB Variations
Color information
#981D0C (or 0x981D0C) is known color: Mandarian Orange. HEX triplet: 98, 1D and 0C. RGB value is (152,29,12). Sum of RGB (Red+Green+Blue) = 152+29+12=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #981D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981D0C is #67E2F3. Grayscale: #404040. Windows color (decimal): -6808308 or 794008. OLE color: 794008.
HSL color Cylindrical-coordinate representation of color #981D0C: hue angle of 7.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #981D0C is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 12 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.40 |
| HSL | 7.29º | 0.85% | 0.32% | - |
| HSV(B) | 7.29º | 0.92% | 0.6% | - |
| XYZ | 13.45 | 7.58 | 1.1 | - |
| YUV | 63.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 12 | 0 | 0.81 | 0.92 | 0.40 | 7.29 | 0.85 | 0.32 |
| Hex | 98 | 1D | C | 0 | 51 | 5C | 28 | 7 | 55 | 20 |
| Octal | 230 | 35 | 14 | 0 | 121 | 134 | 50 | 7 | 125 | 40 |
| Binary | 10011000 | 11101 | 1100 | 0 | 1010001 | 1011100 | 101000 | 111 | 1010101 | 100000 |
Color Harmonies of #981D0C
Complementary color
Monochromatic Colors of #981D0C
Black with #981D0C
Text Example
Text Example
White with #981D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D0C; }
p { color: rgb(152,29,12); }
H1.HeaderClassName
{
color: #981D0C;
}
.AnyTagClassName
{
color: #981D0C;
}
</style>
background-color css
<style>
a { background-color: #981D0C; }
a { background-color: rgb(152,29,12); }
div.DivClassName
{
background-color: #981D0C;
}
.BgClassName
{
background-color: #981D0C;
}
</style>
border-color css
<style>
span { border-color: #981D0C; }
span { border-color: rgb(152,29,12); }
td.TdClassName
{
border-color: #981D0C;
}
.TagClassName
{
border-color: #981D0C;
}
</style>