Shades of Mandarian Orange #982519
Tints of Mandarian Orange #982519
RGB
CMYK
RGB Variations
Color information
#982519 (or 0x982519) is known color: Mandarian Orange. HEX triplet: 98, 25 and 19. RGB value is (152,37,25). Sum of RGB (Red+Green+Blue) = 152+37+25=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #982519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982519 is #67DAE6. Grayscale: #464646. Windows color (decimal): -6806247 or 1648024. OLE color: 1648024.
HSL color Cylindrical-coordinate representation of color #982519: hue angle of 5.67º degrees, saturation: 0.72, 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 #982519 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 25 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.40 |
| HSL | 5.67º | 0.72% | 0.35% | - |
| HSV(B) | 5.67º | 0.84% | 0.6% | - |
| XYZ | 13.79 | 8.07 | 1.75 | - |
| YUV | 70.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 25 | 0 | 0.76 | 0.84 | 0.40 | 5.67 | 0.72 | 0.35 |
| Hex | 98 | 25 | 19 | 0 | 4C | 54 | 28 | 6 | 48 | 23 |
| Octal | 230 | 45 | 31 | 0 | 114 | 124 | 50 | 6 | 110 | 43 |
| Binary | 10011000 | 100101 | 11001 | 0 | 1001100 | 1010100 | 101000 | 110 | 1001000 | 100011 |
Color Harmonies of #982519
Complementary color
Monochromatic Colors of #982519
Black with #982519
Text Example
Text Example
White with #982519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982519; }
p { color: rgb(152,37,25); }
H1.HeaderClassName
{
color: #982519;
}
.AnyTagClassName
{
color: #982519;
}
</style>
background-color css
<style>
a { background-color: #982519; }
a { background-color: rgb(152,37,25); }
div.DivClassName
{
background-color: #982519;
}
.BgClassName
{
background-color: #982519;
}
</style>
border-color css
<style>
span { border-color: #982519; }
span { border-color: rgb(152,37,25); }
td.TdClassName
{
border-color: #982519;
}
.TagClassName
{
border-color: #982519;
}
</style>