Shades of Mandarian Orange #93281B
Tints of Mandarian Orange #93281B
RGB
CMYK
RGB Variations
Color information
#93281B (or 0x93281B) is known color: Mandarian Orange. HEX triplet: 93, 28 and 1B. RGB value is (147,40,27). Sum of RGB (Red+Green+Blue) = 147+40+27=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93281B is #6CD7E4. Grayscale: #464646. Windows color (decimal): -7133157 or 1779859. OLE color: 1779859.
HSL color Cylindrical-coordinate representation of color #93281B: hue angle of 6.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93281B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 27 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.42 |
| HSL | 6.5º | 0.69% | 0.34% | - |
| HSV(B) | 6.5º | 0.82% | 0.58% | - |
| XYZ | 12.99 | 7.8 | 1.86 | - |
| YUV | 70.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 27 | 0 | 0.73 | 0.82 | 0.42 | 6.5 | 0.69 | 0.34 |
| Hex | 93 | 28 | 1B | 0 | 49 | 52 | 2A | 6 | 45 | 22 |
| Octal | 223 | 50 | 33 | 0 | 111 | 122 | 52 | 6 | 105 | 42 |
| Binary | 10010011 | 101000 | 11011 | 0 | 1001001 | 1010010 | 101010 | 110 | 1000101 | 100010 |
Color Harmonies of #93281B
Complementary color
Monochromatic Colors of #93281B
Black with #93281B
Text Example
Text Example
White with #93281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93281B; }
p { color: rgb(147,40,27); }
H1.HeaderClassName
{
color: #93281B;
}
.AnyTagClassName
{
color: #93281B;
}
</style>
background-color css
<style>
a { background-color: #93281B; }
a { background-color: rgb(147,40,27); }
div.DivClassName
{
background-color: #93281B;
}
.BgClassName
{
background-color: #93281B;
}
</style>
border-color css
<style>
span { border-color: #93281B; }
span { border-color: rgb(147,40,27); }
td.TdClassName
{
border-color: #93281B;
}
.TagClassName
{
border-color: #93281B;
}
</style>