Shades of Mandarian Orange #93271D
Tints of Mandarian Orange #93271D
RGB
CMYK
RGB Variations
Color information
#93271D (or 0x93271D) is known color: Mandarian Orange. HEX triplet: 93, 27 and 1D. RGB value is (147,39,29). Sum of RGB (Red+Green+Blue) = 147+39+29=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #93271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93271D is #6CD8E2. Grayscale: #464646. Windows color (decimal): -7133411 or 1910675. OLE color: 1910675.
HSL color Cylindrical-coordinate representation of color #93271D: hue angle of 5.08º 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 #93271D is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 39 | 29 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.42 |
| HSL | 5.08º | 0.67% | 0.35% | - |
| HSV(B) | 5.08º | 0.8% | 0.58% | - |
| XYZ | 12.98 | 7.74 | 1.97 | - |
| YUV | 70.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 39 | 29 | 0 | 0.73 | 0.80 | 0.42 | 5.08 | 0.67 | 0.35 |
| Hex | 93 | 27 | 1D | 0 | 49 | 50 | 2A | 5 | 43 | 23 |
| Octal | 223 | 47 | 35 | 0 | 111 | 120 | 52 | 5 | 103 | 43 |
| Binary | 10010011 | 100111 | 11101 | 0 | 1001001 | 1010000 | 101010 | 101 | 1000011 | 100011 |
Color Harmonies of #93271D
Complementary color
Monochromatic Colors of #93271D
Black with #93271D
Text Example
Text Example
White with #93271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93271D; }
p { color: rgb(147,39,29); }
H1.HeaderClassName
{
color: #93271D;
}
.AnyTagClassName
{
color: #93271D;
}
</style>
background-color css
<style>
a { background-color: #93271D; }
a { background-color: rgb(147,39,29); }
div.DivClassName
{
background-color: #93271D;
}
.BgClassName
{
background-color: #93271D;
}
</style>
border-color css
<style>
span { border-color: #93271D; }
span { border-color: rgb(147,39,29); }
td.TdClassName
{
border-color: #93271D;
}
.TagClassName
{
border-color: #93271D;
}
</style>