Shades of Rose Bud Cherry #851854
Tints of Rose Bud Cherry #851854
RGB
CMYK
RGB Variations
Color information
#851854 (or 0x851854) is known color: Rose Bud Cherry. HEX triplet: 85, 18 and 54. RGB value is (133,24,84). Sum of RGB (Red+Green+Blue) = 133+24+84=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #851854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851854 is #7AE7AB. Grayscale: #3F3F3F. Windows color (decimal): -8054700 or 5511301. OLE color: 5511301.
HSL color Cylindrical-coordinate representation of color #851854: hue angle of 326.97º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851854 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 84 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.48 |
| HSL | 326.97º | 0.69% | 0.31% | - |
| HSV(B) | 326.97º | 0.82% | 0.52% | - |
| XYZ | 11.6 | 6.28 | 8.99 | - |
| YUV | 63.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 84 | 0 | 0.82 | 0.37 | 0.48 | 326.97 | 0.69 | 0.31 |
| Hex | 85 | 18 | 54 | 0 | 52 | 25 | 30 | 147 | 45 | 1F |
| Octal | 205 | 30 | 124 | 0 | 122 | 45 | 60 | 507 | 105 | 37 |
| Binary | 10000101 | 11000 | 1010100 | 0 | 1010010 | 100101 | 110000 | 101000111 | 1000101 | 11111 |
Color Harmonies of #851854
Complementary color
Monochromatic Colors of #851854
Black with #851854
Text Example
Text Example
White with #851854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851854; }
p { color: rgb(133,24,84); }
H1.HeaderClassName
{
color: #851854;
}
.AnyTagClassName
{
color: #851854;
}
</style>
background-color css
<style>
a { background-color: #851854; }
a { background-color: rgb(133,24,84); }
div.DivClassName
{
background-color: #851854;
}
.BgClassName
{
background-color: #851854;
}
</style>
border-color css
<style>
span { border-color: #851854; }
span { border-color: rgb(133,24,84); }
td.TdClassName
{
border-color: #851854;
}
.TagClassName
{
border-color: #851854;
}
</style>