Shades of Mandarian Orange #852A27
Tints of Mandarian Orange #852A27
RGB
CMYK
RGB Variations
Color information
#852A27 (or 0x852A27) is known color: Mandarian Orange. HEX triplet: 85, 2A and 27. RGB value is (133,42,39). Sum of RGB (Red+Green+Blue) = 133+42+39=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #852A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A27 is #7AD5D8. Grayscale: #444444. Windows color (decimal): -8050137 or 2566789. OLE color: 2566789.
HSL color Cylindrical-coordinate representation of color #852A27: hue angle of 1.91º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852A27 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 39 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.48 |
| HSL | 1.91º | 0.55% | 0.34% | - |
| HSV(B) | 1.91º | 0.71% | 0.52% | - |
| XYZ | 10.87 | 6.79 | 2.66 | - |
| YUV | 68.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 39 | 0 | 0.68 | 0.71 | 0.48 | 1.91 | 0.55 | 0.34 |
| Hex | 85 | 2A | 27 | 0 | 44 | 47 | 30 | 2 | 37 | 22 |
| Octal | 205 | 52 | 47 | 0 | 104 | 107 | 60 | 2 | 67 | 42 |
| Binary | 10000101 | 101010 | 100111 | 0 | 1000100 | 1000111 | 110000 | 10 | 110111 | 100010 |
Color Harmonies of #852A27
Complementary color
Monochromatic Colors of #852A27
Black with #852A27
Text Example
Text Example
White with #852A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A27; }
p { color: rgb(133,42,39); }
H1.HeaderClassName
{
color: #852A27;
}
.AnyTagClassName
{
color: #852A27;
}
</style>
background-color css
<style>
a { background-color: #852A27; }
a { background-color: rgb(133,42,39); }
div.DivClassName
{
background-color: #852A27;
}
.BgClassName
{
background-color: #852A27;
}
</style>
border-color css
<style>
span { border-color: #852A27; }
span { border-color: rgb(133,42,39); }
td.TdClassName
{
border-color: #852A27;
}
.TagClassName
{
border-color: #852A27;
}
</style>