Shades of Mandarian Orange #93281F
Tints of Mandarian Orange #93281F
RGB
CMYK
RGB Variations
Color information
#93281F (or 0x93281F) is known color: Mandarian Orange. HEX triplet: 93, 28 and 1F. RGB value is (147,40,31). Sum of RGB (Red+Green+Blue) = 147+40+31=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #93281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93281F is #6CD7E0. Grayscale: #474747. Windows color (decimal): -7133153 or 2042003. OLE color: 2042003.
HSL color Cylindrical-coordinate representation of color #93281F: hue angle of 4.66º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93281F is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 31 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.42 |
| HSL | 4.66º | 0.65% | 0.35% | - |
| HSV(B) | 4.66º | 0.79% | 0.58% | - |
| XYZ | 13.04 | 7.82 | 2.12 | - |
| YUV | 70.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 31 | 0 | 0.73 | 0.79 | 0.42 | 4.66 | 0.65 | 0.35 |
| Hex | 93 | 28 | 1F | 0 | 49 | 4F | 2A | 5 | 41 | 23 |
| Octal | 223 | 50 | 37 | 0 | 111 | 117 | 52 | 5 | 101 | 43 |
| Binary | 10010011 | 101000 | 11111 | 0 | 1001001 | 1001111 | 101010 | 101 | 1000001 | 100011 |
Color Harmonies of #93281F
Complementary color
Monochromatic Colors of #93281F
Black with #93281F
Text Example
Text Example
White with #93281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93281F; }
p { color: rgb(147,40,31); }
H1.HeaderClassName
{
color: #93281F;
}
.AnyTagClassName
{
color: #93281F;
}
</style>
background-color css
<style>
a { background-color: #93281F; }
a { background-color: rgb(147,40,31); }
div.DivClassName
{
background-color: #93281F;
}
.BgClassName
{
background-color: #93281F;
}
</style>
border-color css
<style>
span { border-color: #93281F; }
span { border-color: rgb(147,40,31); }
td.TdClassName
{
border-color: #93281F;
}
.TagClassName
{
border-color: #93281F;
}
</style>