Shades of Mandarian Orange #98281D
Tints of Mandarian Orange #98281D
RGB
CMYK
RGB Variations
Color information
#98281D (or 0x98281D) is known color: Mandarian Orange. HEX triplet: 98, 28 and 1D. RGB value is (152,40,29). Sum of RGB (Red+Green+Blue) = 152+40+29=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #98281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98281D is #67D7E2. Grayscale: #484848. Windows color (decimal): -6805475 or 1910936. OLE color: 1910936.
HSL color Cylindrical-coordinate representation of color #98281D: hue angle of 5.37º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98281D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 29 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.40 |
| HSL | 5.37º | 0.68% | 0.35% | - |
| HSV(B) | 5.37º | 0.81% | 0.6% | - |
| XYZ | 13.93 | 8.28 | 2.03 | - |
| YUV | 72.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 29 | 0 | 0.74 | 0.81 | 0.40 | 5.37 | 0.68 | 0.35 |
| Hex | 98 | 28 | 1D | 0 | 4A | 51 | 28 | 5 | 44 | 23 |
| Octal | 230 | 50 | 35 | 0 | 112 | 121 | 50 | 5 | 104 | 43 |
| Binary | 10011000 | 101000 | 11101 | 0 | 1001010 | 1010001 | 101000 | 101 | 1000100 | 100011 |
Color Harmonies of #98281D
Complementary color
Monochromatic Colors of #98281D
Black with #98281D
Text Example
Text Example
White with #98281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98281D; }
p { color: rgb(152,40,29); }
H1.HeaderClassName
{
color: #98281D;
}
.AnyTagClassName
{
color: #98281D;
}
</style>
background-color css
<style>
a { background-color: #98281D; }
a { background-color: rgb(152,40,29); }
div.DivClassName
{
background-color: #98281D;
}
.BgClassName
{
background-color: #98281D;
}
</style>
border-color css
<style>
span { border-color: #98281D; }
span { border-color: rgb(152,40,29); }
td.TdClassName
{
border-color: #98281D;
}
.TagClassName
{
border-color: #98281D;
}
</style>