Shades of Mandarian Orange #932A24
Tints of Mandarian Orange #932A24
RGB
CMYK
RGB Variations
Color information
#932A24 (or 0x932A24) is known color: Mandarian Orange. HEX triplet: 93, 2A and 24. RGB value is (147,42,36). Sum of RGB (Red+Green+Blue) = 147+42+36=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #932A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932A24 is #6CD5DB. Grayscale: #484848. Windows color (decimal): -7132636 or 2370195. OLE color: 2370195.
HSL color Cylindrical-coordinate representation of color #932A24: hue angle of 3.24º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #932A24 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 42 | 36 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.42 |
| HSL | 3.24º | 0.61% | 0.36% | - |
| HSV(B) | 3.24º | 0.76% | 0.58% | - |
| XYZ | 13.18 | 7.99 | 2.52 | - |
| YUV | 72.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 42 | 36 | 0 | 0.71 | 0.76 | 0.42 | 3.24 | 0.61 | 0.36 |
| Hex | 93 | 2A | 24 | 0 | 47 | 4C | 2A | 3 | 3D | 24 |
| Octal | 223 | 52 | 44 | 0 | 107 | 114 | 52 | 3 | 75 | 44 |
| Binary | 10010011 | 101010 | 100100 | 0 | 1000111 | 1001100 | 101010 | 11 | 111101 | 100100 |
Color Harmonies of #932A24
Complementary color
Monochromatic Colors of #932A24
Black with #932A24
Text Example
Text Example
White with #932A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932A24; }
p { color: rgb(147,42,36); }
H1.HeaderClassName
{
color: #932A24;
}
.AnyTagClassName
{
color: #932A24;
}
</style>
background-color css
<style>
a { background-color: #932A24; }
a { background-color: rgb(147,42,36); }
div.DivClassName
{
background-color: #932A24;
}
.BgClassName
{
background-color: #932A24;
}
</style>
border-color css
<style>
span { border-color: #932A24; }
span { border-color: rgb(147,42,36); }
td.TdClassName
{
border-color: #932A24;
}
.TagClassName
{
border-color: #932A24;
}
</style>