Shades of Mandarian Orange #981C0D
Tints of Mandarian Orange #981C0D
RGB
CMYK
RGB Variations
Color information
#981C0D (or 0x981C0D) is known color: Mandarian Orange. HEX triplet: 98, 1C and 0D. RGB value is (152,28,13). Sum of RGB (Red+Green+Blue) = 152+28+13=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #981C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981C0D is #67E3F2. Grayscale: #3F3F3F. Windows color (decimal): -6808563 or 859288. OLE color: 859288.
HSL color Cylindrical-coordinate representation of color #981C0D: hue angle of 6.47º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #981C0D is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 13 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.40 |
| HSL | 6.47º | 0.84% | 0.32% | - |
| HSV(B) | 6.47º | 0.91% | 0.6% | - |
| XYZ | 13.44 | 7.53 | 1.13 | - |
| YUV | 63.37 | 99.58 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 13 | 0 | 0.82 | 0.91 | 0.40 | 6.47 | 0.84 | 0.32 |
| Hex | 98 | 1C | D | 0 | 52 | 5B | 28 | 6 | 54 | 20 |
| Octal | 230 | 34 | 15 | 0 | 122 | 133 | 50 | 6 | 124 | 40 |
| Binary | 10011000 | 11100 | 1101 | 0 | 1010010 | 1011011 | 101000 | 110 | 1010100 | 100000 |
Color Harmonies of #981C0D
Complementary color
Monochromatic Colors of #981C0D
Black with #981C0D
Text Example
Text Example
White with #981C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C0D; }
p { color: rgb(152,28,13); }
H1.HeaderClassName
{
color: #981C0D;
}
.AnyTagClassName
{
color: #981C0D;
}
</style>
background-color css
<style>
a { background-color: #981C0D; }
a { background-color: rgb(152,28,13); }
div.DivClassName
{
background-color: #981C0D;
}
.BgClassName
{
background-color: #981C0D;
}
</style>
border-color css
<style>
span { border-color: #981C0D; }
span { border-color: rgb(152,28,13); }
td.TdClassName
{
border-color: #981C0D;
}
.TagClassName
{
border-color: #981C0D;
}
</style>