Shades of Mandarian Orange #981D12
Tints of Mandarian Orange #981D12
RGB
CMYK
RGB Variations
Color information
#981D12 (or 0x981D12) is known color: Mandarian Orange. HEX triplet: 98, 1D and 12. RGB value is (152,29,18). Sum of RGB (Red+Green+Blue) = 152+29+18=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #981D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981D12 is #67E2ED. Grayscale: #404040. Windows color (decimal): -6808302 or 1187224. OLE color: 1187224.
HSL color Cylindrical-coordinate representation of color #981D12: hue angle of 4.93º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981D12 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 18 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.40 |
| HSL | 4.93º | 0.79% | 0.33% | - |
| HSV(B) | 4.93º | 0.88% | 0.6% | - |
| XYZ | 13.5 | 7.6 | 1.33 | - |
| YUV | 64.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 18 | 0 | 0.81 | 0.88 | 0.40 | 4.93 | 0.79 | 0.33 |
| Hex | 98 | 1D | 12 | 0 | 51 | 58 | 28 | 5 | 4F | 21 |
| Octal | 230 | 35 | 22 | 0 | 121 | 130 | 50 | 5 | 117 | 41 |
| Binary | 10011000 | 11101 | 10010 | 0 | 1010001 | 1011000 | 101000 | 101 | 1001111 | 100001 |
Color Harmonies of #981D12
Complementary color
Monochromatic Colors of #981D12
Black with #981D12
Text Example
Text Example
White with #981D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D12; }
p { color: rgb(152,29,18); }
H1.HeaderClassName
{
color: #981D12;
}
.AnyTagClassName
{
color: #981D12;
}
</style>
background-color css
<style>
a { background-color: #981D12; }
a { background-color: rgb(152,29,18); }
div.DivClassName
{
background-color: #981D12;
}
.BgClassName
{
background-color: #981D12;
}
</style>
border-color css
<style>
span { border-color: #981D12; }
span { border-color: rgb(152,29,18); }
td.TdClassName
{
border-color: #981D12;
}
.TagClassName
{
border-color: #981D12;
}
</style>