Shades of Rose Bud Cherry #852D56
Tints of Rose Bud Cherry #852D56
RGB
CMYK
RGB Variations
Color information
#852D56 (or 0x852D56) is known color: Rose Bud Cherry. HEX triplet: 85, 2D and 56. RGB value is (133,45,86). Sum of RGB (Red+Green+Blue) = 133+45+86=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #852D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D56 is #7AD2A9. Grayscale: #4B4B4B. Windows color (decimal): -8049322 or 5647749. OLE color: 5647749.
HSL color Cylindrical-coordinate representation of color #852D56: hue angle of 332.05º 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 #852D56 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 86 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.48 |
| HSL | 332.05º | 0.49% | 0.35% | - |
| HSV(B) | 332.05º | 0.66% | 0.52% | - |
| XYZ | 12.29 | 7.54 | 9.61 | - |
| YUV | 75.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 86 | 0 | 0.66 | 0.35 | 0.48 | 332.05 | 0.49 | 0.35 |
| Hex | 85 | 2D | 56 | 0 | 42 | 23 | 30 | 14C | 31 | 23 |
| Octal | 205 | 55 | 126 | 0 | 102 | 43 | 60 | 514 | 61 | 43 |
| Binary | 10000101 | 101101 | 1010110 | 0 | 1000010 | 100011 | 110000 | 101001100 | 110001 | 100011 |
Color Harmonies of #852D56
Complementary color
Monochromatic Colors of #852D56
Black with #852D56
Text Example
Text Example
White with #852D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D56; }
p { color: rgb(133,45,86); }
H1.HeaderClassName
{
color: #852D56;
}
.AnyTagClassName
{
color: #852D56;
}
</style>
background-color css
<style>
a { background-color: #852D56; }
a { background-color: rgb(133,45,86); }
div.DivClassName
{
background-color: #852D56;
}
.BgClassName
{
background-color: #852D56;
}
</style>
border-color css
<style>
span { border-color: #852D56; }
span { border-color: rgb(133,45,86); }
td.TdClassName
{
border-color: #852D56;
}
.TagClassName
{
border-color: #852D56;
}
</style>