Shades of Mandarian Orange #981A18
Tints of Mandarian Orange #981A18
RGB
CMYK
RGB Variations
Color information
#981A18 (or 0x981A18) is known color: Mandarian Orange. HEX triplet: 98, 1A and 18. RGB value is (152,26,24). Sum of RGB (Red+Green+Blue) = 152+26+24=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #981A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981A18 is #67E5E7. Grayscale: #3F3F3F. Windows color (decimal): -6809064 or 1579672. OLE color: 1579672.
HSL color Cylindrical-coordinate representation of color #981A18: hue angle of 0.94º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981A18 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 26 | 24 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.40 |
| HSL | 0.94º | 0.73% | 0.35% | - |
| HSV(B) | 0.94º | 0.84% | 0.6% | - |
| XYZ | 13.48 | 7.48 | 1.6 | - |
| YUV | 63.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 24 | 0 | 0.83 | 0.84 | 0.40 | 0.94 | 0.73 | 0.35 |
| Hex | 98 | 1A | 18 | 0 | 53 | 54 | 28 | 1 | 49 | 23 |
| Octal | 230 | 32 | 30 | 0 | 123 | 124 | 50 | 1 | 111 | 43 |
| Binary | 10011000 | 11010 | 11000 | 0 | 1010011 | 1010100 | 101000 | 1 | 1001001 | 100011 |
Color Harmonies of #981A18
Complementary color
Monochromatic Colors of #981A18
Black with #981A18
Text Example
Text Example
White with #981A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981A18; }
p { color: rgb(152,26,24); }
H1.HeaderClassName
{
color: #981A18;
}
.AnyTagClassName
{
color: #981A18;
}
</style>
background-color css
<style>
a { background-color: #981A18; }
a { background-color: rgb(152,26,24); }
div.DivClassName
{
background-color: #981A18;
}
.BgClassName
{
background-color: #981A18;
}
</style>
border-color css
<style>
span { border-color: #981A18; }
span { border-color: rgb(152,26,24); }
td.TdClassName
{
border-color: #981A18;
}
.TagClassName
{
border-color: #981A18;
}
</style>