Shades of Mandarian Orange #98291A
Tints of Mandarian Orange #98291A
RGB
CMYK
RGB Variations
Color information
#98291A (or 0x98291A) is known color: Mandarian Orange. HEX triplet: 98, 29 and 1A. RGB value is (152,41,26). Sum of RGB (Red+Green+Blue) = 152+41+26=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #98291A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98291A is #67D6E5. Grayscale: #484848. Windows color (decimal): -6805222 or 1714584. OLE color: 1714584.
HSL color Cylindrical-coordinate representation of color #98291A: hue angle of 7.14º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98291A is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 26 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.40 |
| HSL | 7.14º | 0.71% | 0.35% | - |
| HSV(B) | 7.14º | 0.83% | 0.6% | - |
| XYZ | 13.93 | 8.34 | 1.85 | - |
| YUV | 72.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 26 | 0 | 0.73 | 0.83 | 0.40 | 7.14 | 0.71 | 0.35 |
| Hex | 98 | 29 | 1A | 0 | 49 | 53 | 28 | 7 | 47 | 23 |
| Octal | 230 | 51 | 32 | 0 | 111 | 123 | 50 | 7 | 107 | 43 |
| Binary | 10011000 | 101001 | 11010 | 0 | 1001001 | 1010011 | 101000 | 111 | 1000111 | 100011 |
Color Harmonies of #98291A
Complementary color
Monochromatic Colors of #98291A
Black with #98291A
Text Example
Text Example
White with #98291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98291A; }
p { color: rgb(152,41,26); }
H1.HeaderClassName
{
color: #98291A;
}
.AnyTagClassName
{
color: #98291A;
}
</style>
background-color css
<style>
a { background-color: #98291A; }
a { background-color: rgb(152,41,26); }
div.DivClassName
{
background-color: #98291A;
}
.BgClassName
{
background-color: #98291A;
}
</style>
border-color css
<style>
span { border-color: #98291A; }
span { border-color: rgb(152,41,26); }
td.TdClassName
{
border-color: #98291A;
}
.TagClassName
{
border-color: #98291A;
}
</style>