Shades of Rose Bud Cherry #852B5A
Tints of Rose Bud Cherry #852B5A
RGB
CMYK
RGB Variations
Color information
#852B5A (or 0x852B5A) is known color: Rose Bud Cherry. HEX triplet: 85, 2B and 5A. RGB value is (133,43,90). Sum of RGB (Red+Green+Blue) = 133+43+90=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #852B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B5A is #7AD4A5. Grayscale: #4B4B4B. Windows color (decimal): -8049830 or 5909381. OLE color: 5909381.
HSL color Cylindrical-coordinate representation of color #852B5A: hue angle of 328.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B5A is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 43 | 90 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.48 |
| HSL | 328.67º | 0.51% | 0.35% | - |
| HSV(B) | 328.67º | 0.68% | 0.52% | - |
| XYZ | 12.38 | 7.45 | 10.46 | - |
| YUV | 75.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 90 | 0 | 0.68 | 0.32 | 0.48 | 328.67 | 0.51 | 0.35 |
| Hex | 85 | 2B | 5A | 0 | 44 | 20 | 30 | 149 | 33 | 23 |
| Octal | 205 | 53 | 132 | 0 | 104 | 40 | 60 | 511 | 63 | 43 |
| Binary | 10000101 | 101011 | 1011010 | 0 | 1000100 | 100000 | 110000 | 101001001 | 110011 | 100011 |
Color Harmonies of #852B5A
Complementary color
Monochromatic Colors of #852B5A
Black with #852B5A
Text Example
Text Example
White with #852B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852B5A; }
p { color: rgb(133,43,90); }
H1.HeaderClassName
{
color: #852B5A;
}
.AnyTagClassName
{
color: #852B5A;
}
</style>
background-color css
<style>
a { background-color: #852B5A; }
a { background-color: rgb(133,43,90); }
div.DivClassName
{
background-color: #852B5A;
}
.BgClassName
{
background-color: #852B5A;
}
</style>
border-color css
<style>
span { border-color: #852B5A; }
span { border-color: rgb(133,43,90); }
td.TdClassName
{
border-color: #852B5A;
}
.TagClassName
{
border-color: #852B5A;
}
</style>