Shades of Mandarian Orange #93201F
Tints of Mandarian Orange #93201F
RGB
CMYK
RGB Variations
Color information
#93201F (or 0x93201F) is known color: Mandarian Orange. HEX triplet: 93, 20 and 1F. RGB value is (147,32,31). Sum of RGB (Red+Green+Blue) = 147+32+31=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93201F is #6CDFE0. Grayscale: #424242. Windows color (decimal): -7135201 or 2039955. OLE color: 2039955.
HSL color Cylindrical-coordinate representation of color #93201F: hue angle of 0.52º 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 #93201F is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 31 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.42 |
| HSL | 0.52º | 0.65% | 0.35% | - |
| HSV(B) | 0.52º | 0.79% | 0.58% | - |
| XYZ | 12.8 | 7.33 | 2.04 | - |
| YUV | 66.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 31 | 0 | 0.78 | 0.79 | 0.42 | 0.52 | 0.65 | 0.35 |
| Hex | 93 | 20 | 1F | 0 | 4E | 4F | 2A | 1 | 41 | 23 |
| Octal | 223 | 40 | 37 | 0 | 116 | 117 | 52 | 1 | 101 | 43 |
| Binary | 10010011 | 100000 | 11111 | 0 | 1001110 | 1001111 | 101010 | 1 | 1000001 | 100011 |
Color Harmonies of #93201F
Complementary color
Monochromatic Colors of #93201F
Black with #93201F
Text Example
Text Example
White with #93201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93201F; }
p { color: rgb(147,32,31); }
H1.HeaderClassName
{
color: #93201F;
}
.AnyTagClassName
{
color: #93201F;
}
</style>
background-color css
<style>
a { background-color: #93201F; }
a { background-color: rgb(147,32,31); }
div.DivClassName
{
background-color: #93201F;
}
.BgClassName
{
background-color: #93201F;
}
</style>
border-color css
<style>
span { border-color: #93201F; }
span { border-color: rgb(147,32,31); }
td.TdClassName
{
border-color: #93201F;
}
.TagClassName
{
border-color: #93201F;
}
</style>