Shades of Mandarian Orange #98190F
Tints of Mandarian Orange #98190F
RGB
CMYK
RGB Variations
Color information
#98190F (or 0x98190F) is known color: Mandarian Orange. HEX triplet: 98, 19 and 0F. RGB value is (152,25,15). Sum of RGB (Red+Green+Blue) = 152+25+15=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #98190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98190F is #67E6F0. Grayscale: #3E3E3E. Windows color (decimal): -6809329 or 989592. OLE color: 989592.
HSL color Cylindrical-coordinate representation of color #98190F: hue angle of 4.38º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98190F is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 15 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.40 |
| HSL | 4.38º | 0.82% | 0.33% | - |
| HSV(B) | 4.38º | 0.9% | 0.6% | - |
| XYZ | 13.38 | 7.41 | 1.18 | - |
| YUV | 61.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 15 | 0 | 0.84 | 0.90 | 0.40 | 4.38 | 0.82 | 0.33 |
| Hex | 98 | 19 | F | 0 | 54 | 5A | 28 | 4 | 52 | 21 |
| Octal | 230 | 31 | 17 | 0 | 124 | 132 | 50 | 4 | 122 | 41 |
| Binary | 10011000 | 11001 | 1111 | 0 | 1010100 | 1011010 | 101000 | 100 | 1010010 | 100001 |
Color Harmonies of #98190F
Complementary color
Monochromatic Colors of #98190F
Black with #98190F
Text Example
Text Example
White with #98190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98190F; }
p { color: rgb(152,25,15); }
H1.HeaderClassName
{
color: #98190F;
}
.AnyTagClassName
{
color: #98190F;
}
</style>
background-color css
<style>
a { background-color: #98190F; }
a { background-color: rgb(152,25,15); }
div.DivClassName
{
background-color: #98190F;
}
.BgClassName
{
background-color: #98190F;
}
</style>
border-color css
<style>
span { border-color: #98190F; }
span { border-color: rgb(152,25,15); }
td.TdClassName
{
border-color: #98190F;
}
.TagClassName
{
border-color: #98190F;
}
</style>