Shades of Rose Bud Cherry #851E58
Tints of Rose Bud Cherry #851E58
RGB
CMYK
RGB Variations
Color information
#851E58 (or 0x851E58) is known color: Rose Bud Cherry. HEX triplet: 85, 1E and 58. RGB value is (133,30,88). Sum of RGB (Red+Green+Blue) = 133+30+88=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #851E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E58 is #7AE1A7. Grayscale: #434343. Windows color (decimal): -8053160 or 5774981. OLE color: 5774981.
HSL color Cylindrical-coordinate representation of color #851E58: hue angle of 326.21º 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 #851E58 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 88 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.48 |
| HSL | 326.21º | 0.63% | 0.32% | - |
| HSV(B) | 326.21º | 0.77% | 0.52% | - |
| XYZ | 11.9 | 6.62 | 9.88 | - |
| YUV | 67.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 88 | 0 | 0.77 | 0.34 | 0.48 | 326.21 | 0.63 | 0.32 |
| Hex | 85 | 1E | 58 | 0 | 4D | 22 | 30 | 146 | 3F | 20 |
| Octal | 205 | 36 | 130 | 0 | 115 | 42 | 60 | 506 | 77 | 40 |
| Binary | 10000101 | 11110 | 1011000 | 0 | 1001101 | 100010 | 110000 | 101000110 | 111111 | 100000 |
Color Harmonies of #851E58
Complementary color
Monochromatic Colors of #851E58
Black with #851E58
Text Example
Text Example
White with #851E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E58; }
p { color: rgb(133,30,88); }
H1.HeaderClassName
{
color: #851E58;
}
.AnyTagClassName
{
color: #851E58;
}
</style>
background-color css
<style>
a { background-color: #851E58; }
a { background-color: rgb(133,30,88); }
div.DivClassName
{
background-color: #851E58;
}
.BgClassName
{
background-color: #851E58;
}
</style>
border-color css
<style>
span { border-color: #851E58; }
span { border-color: rgb(133,30,88); }
td.TdClassName
{
border-color: #851E58;
}
.TagClassName
{
border-color: #851E58;
}
</style>