Shades of Mandarian Orange #98291C
Tints of Mandarian Orange #98291C
RGB
CMYK
RGB Variations
Color information
#98291C (or 0x98291C) is known color: Mandarian Orange. HEX triplet: 98, 29 and 1C. RGB value is (152,41,28). Sum of RGB (Red+Green+Blue) = 152+41+28=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #98291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98291C is #67D6E3. Grayscale: #484848. Windows color (decimal): -6805220 or 1845656. OLE color: 1845656.
HSL color Cylindrical-coordinate representation of color #98291C: hue angle of 6.29º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98291C is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 28 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.40 |
| HSL | 6.29º | 0.69% | 0.35% | - |
| HSV(B) | 6.29º | 0.82% | 0.6% | - |
| XYZ | 13.95 | 8.35 | 1.97 | - |
| YUV | 72.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 28 | 0 | 0.73 | 0.82 | 0.40 | 6.29 | 0.69 | 0.35 |
| Hex | 98 | 29 | 1C | 0 | 49 | 52 | 28 | 6 | 45 | 23 |
| Octal | 230 | 51 | 34 | 0 | 111 | 122 | 50 | 6 | 105 | 43 |
| Binary | 10011000 | 101001 | 11100 | 0 | 1001001 | 1010010 | 101000 | 110 | 1000101 | 100011 |
Color Harmonies of #98291C
Complementary color
Monochromatic Colors of #98291C
Black with #98291C
Text Example
Text Example
White with #98291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98291C; }
p { color: rgb(152,41,28); }
H1.HeaderClassName
{
color: #98291C;
}
.AnyTagClassName
{
color: #98291C;
}
</style>
background-color css
<style>
a { background-color: #98291C; }
a { background-color: rgb(152,41,28); }
div.DivClassName
{
background-color: #98291C;
}
.BgClassName
{
background-color: #98291C;
}
</style>
border-color css
<style>
span { border-color: #98291C; }
span { border-color: rgb(152,41,28); }
td.TdClassName
{
border-color: #98291C;
}
.TagClassName
{
border-color: #98291C;
}
</style>