Shades of Rose Bud Cherry #851C53
Tints of Rose Bud Cherry #851C53
RGB
CMYK
RGB Variations
Color information
#851C53 (or 0x851C53) is known color: Rose Bud Cherry. HEX triplet: 85, 1C and 53. RGB value is (133,28,83). Sum of RGB (Red+Green+Blue) = 133+28+83=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #851C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C53 is #7AE3AC. Grayscale: #414141. Windows color (decimal): -8053677 or 5446789. OLE color: 5446789.
HSL color Cylindrical-coordinate representation of color #851C53: hue angle of 328.57º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C53 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 83 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.48 |
| HSL | 328.57º | 0.65% | 0.32% | - |
| HSV(B) | 328.57º | 0.79% | 0.52% | - |
| XYZ | 11.65 | 6.44 | 8.81 | - |
| YUV | 65.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 83 | 0 | 0.79 | 0.38 | 0.48 | 328.57 | 0.65 | 0.32 |
| Hex | 85 | 1C | 53 | 0 | 4F | 26 | 30 | 149 | 41 | 20 |
| Octal | 205 | 34 | 123 | 0 | 117 | 46 | 60 | 511 | 101 | 40 |
| Binary | 10000101 | 11100 | 1010011 | 0 | 1001111 | 100110 | 110000 | 101001001 | 1000001 | 100000 |
Color Harmonies of #851C53
Complementary color
Monochromatic Colors of #851C53
Black with #851C53
Text Example
Text Example
White with #851C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C53; }
p { color: rgb(133,28,83); }
H1.HeaderClassName
{
color: #851C53;
}
.AnyTagClassName
{
color: #851C53;
}
</style>
background-color css
<style>
a { background-color: #851C53; }
a { background-color: rgb(133,28,83); }
div.DivClassName
{
background-color: #851C53;
}
.BgClassName
{
background-color: #851C53;
}
</style>
border-color css
<style>
span { border-color: #851C53; }
span { border-color: rgb(133,28,83); }
td.TdClassName
{
border-color: #851C53;
}
.TagClassName
{
border-color: #851C53;
}
</style>