Shades of Mandarian Orange #93281E
Tints of Mandarian Orange #93281E
RGB
CMYK
RGB Variations
Color information
#93281E (or 0x93281E) is known color: Mandarian Orange. HEX triplet: 93, 28 and 1E. RGB value is (147,40,30). Sum of RGB (Red+Green+Blue) = 147+40+30=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #93281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93281E is #6CD7E1. Grayscale: #474747. Windows color (decimal): -7133154 or 1976467. OLE color: 1976467.
HSL color Cylindrical-coordinate representation of color #93281E: hue angle of 5.13º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93281E is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 30 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.42 |
| HSL | 5.13º | 0.66% | 0.35% | - |
| HSV(B) | 5.13º | 0.8% | 0.58% | - |
| XYZ | 13.03 | 7.81 | 2.05 | - |
| YUV | 70.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 30 | 0 | 0.73 | 0.80 | 0.42 | 5.13 | 0.66 | 0.35 |
| Hex | 93 | 28 | 1E | 0 | 49 | 50 | 2A | 5 | 42 | 23 |
| Octal | 223 | 50 | 36 | 0 | 111 | 120 | 52 | 5 | 102 | 43 |
| Binary | 10010011 | 101000 | 11110 | 0 | 1001001 | 1010000 | 101010 | 101 | 1000010 | 100011 |
Color Harmonies of #93281E
Complementary color
Monochromatic Colors of #93281E
Black with #93281E
Text Example
Text Example
White with #93281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93281E; }
p { color: rgb(147,40,30); }
H1.HeaderClassName
{
color: #93281E;
}
.AnyTagClassName
{
color: #93281E;
}
</style>
background-color css
<style>
a { background-color: #93281E; }
a { background-color: rgb(147,40,30); }
div.DivClassName
{
background-color: #93281E;
}
.BgClassName
{
background-color: #93281E;
}
</style>
border-color css
<style>
span { border-color: #93281E; }
span { border-color: rgb(147,40,30); }
td.TdClassName
{
border-color: #93281E;
}
.TagClassName
{
border-color: #93281E;
}
</style>