Shades of Mandarian Orange #98271C
Tints of Mandarian Orange #98271C
RGB
CMYK
RGB Variations
Color information
#98271C (or 0x98271C) is known color: Mandarian Orange. HEX triplet: 98, 27 and 1C. RGB value is (152,39,28). Sum of RGB (Red+Green+Blue) = 152+39+28=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #98271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98271C is #67D8E3. Grayscale: #474747. Windows color (decimal): -6805732 or 1845144. OLE color: 1845144.
HSL color Cylindrical-coordinate representation of color #98271C: hue angle of 5.32º 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 #98271C is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 28 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.40 |
| HSL | 5.32º | 0.69% | 0.35% | - |
| HSV(B) | 5.32º | 0.82% | 0.6% | - |
| XYZ | 13.88 | 8.21 | 1.95 | - |
| YUV | 71.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 28 | 0 | 0.74 | 0.82 | 0.40 | 5.32 | 0.69 | 0.35 |
| Hex | 98 | 27 | 1C | 0 | 4A | 52 | 28 | 5 | 45 | 23 |
| Octal | 230 | 47 | 34 | 0 | 112 | 122 | 50 | 5 | 105 | 43 |
| Binary | 10011000 | 100111 | 11100 | 0 | 1001010 | 1010010 | 101000 | 101 | 1000101 | 100011 |
Color Harmonies of #98271C
Complementary color
Monochromatic Colors of #98271C
Black with #98271C
Text Example
Text Example
White with #98271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98271C; }
p { color: rgb(152,39,28); }
H1.HeaderClassName
{
color: #98271C;
}
.AnyTagClassName
{
color: #98271C;
}
</style>
background-color css
<style>
a { background-color: #98271C; }
a { background-color: rgb(152,39,28); }
div.DivClassName
{
background-color: #98271C;
}
.BgClassName
{
background-color: #98271C;
}
</style>
border-color css
<style>
span { border-color: #98271C; }
span { border-color: rgb(152,39,28); }
td.TdClassName
{
border-color: #98271C;
}
.TagClassName
{
border-color: #98271C;
}
</style>