Shades of Rose Bud Cherry #852D5E
Tints of Rose Bud Cherry #852D5E
RGB
CMYK
RGB Variations
Color information
#852D5E (or 0x852D5E) is known color: Rose Bud Cherry. HEX triplet: 85, 2D and 5E. RGB value is (133,45,94). Sum of RGB (Red+Green+Blue) = 133+45+94=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #852D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D5E is #7AD2A1. Grayscale: #4C4C4C. Windows color (decimal): -8049314 or 6172037. OLE color: 6172037.
HSL color Cylindrical-coordinate representation of color #852D5E: hue angle of 326.59º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D5E is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 94 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.48 |
| HSL | 326.59º | 0.49% | 0.35% | - |
| HSV(B) | 326.59º | 0.66% | 0.52% | - |
| XYZ | 12.63 | 7.67 | 11.4 | - |
| YUV | 76.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 94 | 0 | 0.66 | 0.29 | 0.48 | 326.59 | 0.49 | 0.35 |
| Hex | 85 | 2D | 5E | 0 | 42 | 1D | 30 | 147 | 31 | 23 |
| Octal | 205 | 55 | 136 | 0 | 102 | 35 | 60 | 507 | 61 | 43 |
| Binary | 10000101 | 101101 | 1011110 | 0 | 1000010 | 11101 | 110000 | 101000111 | 110001 | 100011 |
Color Harmonies of #852D5E
Complementary color
Monochromatic Colors of #852D5E
Black with #852D5E
Text Example
Text Example
White with #852D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D5E; }
p { color: rgb(133,45,94); }
H1.HeaderClassName
{
color: #852D5E;
}
.AnyTagClassName
{
color: #852D5E;
}
</style>
background-color css
<style>
a { background-color: #852D5E; }
a { background-color: rgb(133,45,94); }
div.DivClassName
{
background-color: #852D5E;
}
.BgClassName
{
background-color: #852D5E;
}
</style>
border-color css
<style>
span { border-color: #852D5E; }
span { border-color: rgb(133,45,94); }
td.TdClassName
{
border-color: #852D5E;
}
.TagClassName
{
border-color: #852D5E;
}
</style>