Shades of Rose Bud Cherry #852E5A
Tints of Rose Bud Cherry #852E5A
RGB
CMYK
RGB Variations
Color information
#852E5A (or 0x852E5A) is known color: Rose Bud Cherry. HEX triplet: 85, 2E and 5A. RGB value is (133,46,90). Sum of RGB (Red+Green+Blue) = 133+46+90=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #852E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852E5A is #7AD1A5. Grayscale: #4C4C4C. Windows color (decimal): -8049062 or 5910149. OLE color: 5910149.
HSL color Cylindrical-coordinate representation of color #852E5A: hue angle of 329.66º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E5A is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 90 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.48 |
| HSL | 329.66º | 0.49% | 0.35% | - |
| HSV(B) | 329.66º | 0.65% | 0.52% | - |
| XYZ | 12.5 | 7.68 | 10.5 | - |
| YUV | 77.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 90 | 0 | 0.65 | 0.32 | 0.48 | 329.66 | 0.49 | 0.35 |
| Hex | 85 | 2E | 5A | 0 | 41 | 20 | 30 | 14A | 31 | 23 |
| Octal | 205 | 56 | 132 | 0 | 101 | 40 | 60 | 512 | 61 | 43 |
| Binary | 10000101 | 101110 | 1011010 | 0 | 1000001 | 100000 | 110000 | 101001010 | 110001 | 100011 |
Color Harmonies of #852E5A
Complementary color
Monochromatic Colors of #852E5A
Black with #852E5A
Text Example
Text Example
White with #852E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E5A; }
p { color: rgb(133,46,90); }
H1.HeaderClassName
{
color: #852E5A;
}
.AnyTagClassName
{
color: #852E5A;
}
</style>
background-color css
<style>
a { background-color: #852E5A; }
a { background-color: rgb(133,46,90); }
div.DivClassName
{
background-color: #852E5A;
}
.BgClassName
{
background-color: #852E5A;
}
</style>
border-color css
<style>
span { border-color: #852E5A; }
span { border-color: rgb(133,46,90); }
td.TdClassName
{
border-color: #852E5A;
}
.TagClassName
{
border-color: #852E5A;
}
</style>