Shades of Rose Bud Cherry #851E51
Tints of Rose Bud Cherry #851E51
RGB
CMYK
RGB Variations
Color information
#851E51 (or 0x851E51) is known color: Rose Bud Cherry. HEX triplet: 85, 1E and 51. RGB value is (133,30,81). Sum of RGB (Red+Green+Blue) = 133+30+81=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #851E51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E51 is #7AE1AE. Grayscale: #424242. Windows color (decimal): -8053167 or 5316229. OLE color: 5316229.
HSL color Cylindrical-coordinate representation of color #851E51: hue angle of 330.29º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851E51 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 81 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.48 |
| HSL | 330.29º | 0.63% | 0.32% | - |
| HSV(B) | 330.29º | 0.77% | 0.52% | - |
| XYZ | 11.62 | 6.51 | 8.43 | - |
| YUV | 66.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 81 | 0 | 0.77 | 0.39 | 0.48 | 330.29 | 0.63 | 0.32 |
| Hex | 85 | 1E | 51 | 0 | 4D | 27 | 30 | 14A | 3F | 20 |
| Octal | 205 | 36 | 121 | 0 | 115 | 47 | 60 | 512 | 77 | 40 |
| Binary | 10000101 | 11110 | 1010001 | 0 | 1001101 | 100111 | 110000 | 101001010 | 111111 | 100000 |
Color Harmonies of #851E51
Complementary color
Monochromatic Colors of #851E51
Black with #851E51
Text Example
Text Example
White with #851E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E51; }
p { color: rgb(133,30,81); }
H1.HeaderClassName
{
color: #851E51;
}
.AnyTagClassName
{
color: #851E51;
}
</style>
background-color css
<style>
a { background-color: #851E51; }
a { background-color: rgb(133,30,81); }
div.DivClassName
{
background-color: #851E51;
}
.BgClassName
{
background-color: #851E51;
}
</style>
border-color css
<style>
span { border-color: #851E51; }
span { border-color: rgb(133,30,81); }
td.TdClassName
{
border-color: #851E51;
}
.TagClassName
{
border-color: #851E51;
}
</style>