Shades of Mandarian Orange #981D09
Tints of Mandarian Orange #981D09
RGB
CMYK
RGB Variations
Color information
#981D09 (or 0x981D09) is known color: Mandarian Orange. HEX triplet: 98, 1D and 09. RGB value is (152,29,9). Sum of RGB (Red+Green+Blue) = 152+29+9=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #981D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981D09 is #67E2F6. Grayscale: #3F3F3F. Windows color (decimal): -6808311 or 597400. OLE color: 597400.
HSL color Cylindrical-coordinate representation of color #981D09: hue angle of 8.39º 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 #981D09 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 9 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.40 |
| HSL | 8.39º | 0.89% | 0.32% | - |
| HSV(B) | 8.39º | 0.94% | 0.6% | - |
| XYZ | 13.44 | 7.57 | 1.01 | - |
| YUV | 63.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 9 | 0 | 0.81 | 0.94 | 0.40 | 8.39 | 0.89 | 0.32 |
| Hex | 98 | 1D | 9 | 0 | 51 | 5E | 28 | 8 | 59 | 20 |
| Octal | 230 | 35 | 11 | 0 | 121 | 136 | 50 | 10 | 131 | 40 |
| Binary | 10011000 | 11101 | 1001 | 0 | 1010001 | 1011110 | 101000 | 1000 | 1011001 | 100000 |
Color Harmonies of #981D09
Complementary color
Monochromatic Colors of #981D09
Black with #981D09
Text Example
Text Example
White with #981D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D09; }
p { color: rgb(152,29,9); }
H1.HeaderClassName
{
color: #981D09;
}
.AnyTagClassName
{
color: #981D09;
}
</style>
background-color css
<style>
a { background-color: #981D09; }
a { background-color: rgb(152,29,9); }
div.DivClassName
{
background-color: #981D09;
}
.BgClassName
{
background-color: #981D09;
}
</style>
border-color css
<style>
span { border-color: #981D09; }
span { border-color: rgb(152,29,9); }
td.TdClassName
{
border-color: #981D09;
}
.TagClassName
{
border-color: #981D09;
}
</style>