Shades of Mandarian Orange #98271D
Tints of Mandarian Orange #98271D
RGB
CMYK
RGB Variations
Color information
#98271D (or 0x98271D) is known color: Mandarian Orange. HEX triplet: 98, 27 and 1D. RGB value is (152,39,29). Sum of RGB (Red+Green+Blue) = 152+39+29=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98271D is #67D8E2. Grayscale: #474747. Windows color (decimal): -6805731 or 1910680. OLE color: 1910680.
HSL color Cylindrical-coordinate representation of color #98271D: hue angle of 4.88º 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 #98271D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 29 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.40 |
| HSL | 4.88º | 0.68% | 0.35% | - |
| HSV(B) | 4.88º | 0.81% | 0.6% | - |
| XYZ | 13.9 | 8.22 | 2.02 | - |
| YUV | 71.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 29 | 0 | 0.74 | 0.81 | 0.40 | 4.88 | 0.68 | 0.35 |
| Hex | 98 | 27 | 1D | 0 | 4A | 51 | 28 | 5 | 44 | 23 |
| Octal | 230 | 47 | 35 | 0 | 112 | 121 | 50 | 5 | 104 | 43 |
| Binary | 10011000 | 100111 | 11101 | 0 | 1001010 | 1010001 | 101000 | 101 | 1000100 | 100011 |
Color Harmonies of #98271D
Complementary color
Monochromatic Colors of #98271D
Black with #98271D
Text Example
Text Example
White with #98271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98271D; }
p { color: rgb(152,39,29); }
H1.HeaderClassName
{
color: #98271D;
}
.AnyTagClassName
{
color: #98271D;
}
</style>
background-color css
<style>
a { background-color: #98271D; }
a { background-color: rgb(152,39,29); }
div.DivClassName
{
background-color: #98271D;
}
.BgClassName
{
background-color: #98271D;
}
</style>
border-color css
<style>
span { border-color: #98271D; }
span { border-color: rgb(152,39,29); }
td.TdClassName
{
border-color: #98271D;
}
.TagClassName
{
border-color: #98271D;
}
</style>