Shades of Mandarian Orange #93221D
Tints of Mandarian Orange #93221D
RGB
CMYK
RGB Variations
Color information
#93221D (or 0x93221D) is known color: Mandarian Orange. HEX triplet: 93, 22 and 1D. RGB value is (147,34,29). Sum of RGB (Red+Green+Blue) = 147+34+29=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93221D is #6CDDE2. Grayscale: #434343. Windows color (decimal): -7134691 or 1909395. OLE color: 1909395.
HSL color Cylindrical-coordinate representation of color #93221D: hue angle of 2.54º degrees, saturation: 0.67, 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 #93221D is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 29 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.42 |
| HSL | 2.54º | 0.67% | 0.35% | - |
| HSV(B) | 2.54º | 0.8% | 0.58% | - |
| XYZ | 12.83 | 7.44 | 1.92 | - |
| YUV | 67.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 29 | 0 | 0.77 | 0.80 | 0.42 | 2.54 | 0.67 | 0.35 |
| Hex | 93 | 22 | 1D | 0 | 4D | 50 | 2A | 3 | 43 | 23 |
| Octal | 223 | 42 | 35 | 0 | 115 | 120 | 52 | 3 | 103 | 43 |
| Binary | 10010011 | 100010 | 11101 | 0 | 1001101 | 1010000 | 101010 | 11 | 1000011 | 100011 |
Color Harmonies of #93221D
Complementary color
Monochromatic Colors of #93221D
Black with #93221D
Text Example
Text Example
White with #93221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93221D; }
p { color: rgb(147,34,29); }
H1.HeaderClassName
{
color: #93221D;
}
.AnyTagClassName
{
color: #93221D;
}
</style>
background-color css
<style>
a { background-color: #93221D; }
a { background-color: rgb(147,34,29); }
div.DivClassName
{
background-color: #93221D;
}
.BgClassName
{
background-color: #93221D;
}
</style>
border-color css
<style>
span { border-color: #93221D; }
span { border-color: rgb(147,34,29); }
td.TdClassName
{
border-color: #93221D;
}
.TagClassName
{
border-color: #93221D;
}
</style>