Shades of Mandarian Orange #932828
Tints of Mandarian Orange #932828
RGB
CMYK
RGB Variations
Color information
#932828 (or 0x932828) is known color: Mandarian Orange. HEX triplet: 93, 28 and 28. RGB value is (147,40,40). Sum of RGB (Red+Green+Blue) = 147+40+40=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #932828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932828 is #6CD7D7. Grayscale: #484848. Windows color (decimal): -7133144 or 2631827. OLE color: 2631827.
HSL color Cylindrical-coordinate representation of color #932828: hue angle of 0º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #932828 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 40 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.42 |
| HSL | 0º | 0.57% | 0.37% | - |
| HSV(B) | 0º | 0.73% | 0.58% | - |
| XYZ | 13.17 | 7.87 | 2.83 | - |
| YUV | 71.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 40 | 0 | 0.73 | 0.73 | 0.42 | 0 | 0.57 | 0.37 |
| Hex | 93 | 28 | 28 | 0 | 49 | 49 | 2A | 0 | 39 | 25 |
| Octal | 223 | 50 | 50 | 0 | 111 | 111 | 52 | 0 | 71 | 45 |
| Binary | 10010011 | 101000 | 101000 | 0 | 1001001 | 1001001 | 101010 | 0 | 111001 | 100101 |
Color Harmonies of #932828
Complementary color
Monochromatic Colors of #932828
Black with #932828
Text Example
Text Example
White with #932828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932828; }
p { color: rgb(147,40,40); }
H1.HeaderClassName
{
color: #932828;
}
.AnyTagClassName
{
color: #932828;
}
</style>
background-color css
<style>
a { background-color: #932828; }
a { background-color: rgb(147,40,40); }
div.DivClassName
{
background-color: #932828;
}
.BgClassName
{
background-color: #932828;
}
</style>
border-color css
<style>
span { border-color: #932828; }
span { border-color: rgb(147,40,40); }
td.TdClassName
{
border-color: #932828;
}
.TagClassName
{
border-color: #932828;
}
</style>