Shades of Mandarian Orange #93231F
Tints of Mandarian Orange #93231F
RGB
CMYK
RGB Variations
Color information
#93231F (or 0x93231F) is known color: Mandarian Orange. HEX triplet: 93, 23 and 1F. RGB value is (147,35,31). Sum of RGB (Red+Green+Blue) = 147+35+31=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93231F is #6CDCE0. Grayscale: #444444. Windows color (decimal): -7134433 or 2040723. OLE color: 2040723.
HSL color Cylindrical-coordinate representation of color #93231F: hue angle of 2.07º 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 #93231F is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 35 | 31 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.42 |
| HSL | 2.07º | 0.65% | 0.35% | - |
| HSV(B) | 2.07º | 0.79% | 0.58% | - |
| XYZ | 12.88 | 7.5 | 2.07 | - |
| YUV | 68.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 31 | 0 | 0.76 | 0.79 | 0.42 | 2.07 | 0.65 | 0.35 |
| Hex | 93 | 23 | 1F | 0 | 4C | 4F | 2A | 2 | 41 | 23 |
| Octal | 223 | 43 | 37 | 0 | 114 | 117 | 52 | 2 | 101 | 43 |
| Binary | 10010011 | 100011 | 11111 | 0 | 1001100 | 1001111 | 101010 | 10 | 1000001 | 100011 |
Color Harmonies of #93231F
Complementary color
Monochromatic Colors of #93231F
Black with #93231F
Text Example
Text Example
White with #93231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93231F; }
p { color: rgb(147,35,31); }
H1.HeaderClassName
{
color: #93231F;
}
.AnyTagClassName
{
color: #93231F;
}
</style>
background-color css
<style>
a { background-color: #93231F; }
a { background-color: rgb(147,35,31); }
div.DivClassName
{
background-color: #93231F;
}
.BgClassName
{
background-color: #93231F;
}
</style>
border-color css
<style>
span { border-color: #93231F; }
span { border-color: rgb(147,35,31); }
td.TdClassName
{
border-color: #93231F;
}
.TagClassName
{
border-color: #93231F;
}
</style>