Shades of Rose Bud Cherry #851D4E
Tints of Rose Bud Cherry #851D4E
RGB
CMYK
RGB Variations
Color information
#851D4E (or 0x851D4E) is known color: Rose Bud Cherry. HEX triplet: 85, 1D and 4E. RGB value is (133,29,78). Sum of RGB (Red+Green+Blue) = 133+29+78=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #851D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D4E is #7AE2B1. Grayscale: #414141. Windows color (decimal): -8053426 or 5119365. OLE color: 5119365.
HSL color Cylindrical-coordinate representation of color #851D4E: hue angle of 331.73º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D4E is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 78 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.48 |
| HSL | 331.73º | 0.64% | 0.32% | - |
| HSV(B) | 331.73º | 0.78% | 0.52% | - |
| XYZ | 11.49 | 6.42 | 7.84 | - |
| YUV | 65.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 78 | 0 | 0.78 | 0.41 | 0.48 | 331.73 | 0.64 | 0.32 |
| Hex | 85 | 1D | 4E | 0 | 4E | 29 | 30 | 14C | 40 | 20 |
| Octal | 205 | 35 | 116 | 0 | 116 | 51 | 60 | 514 | 100 | 40 |
| Binary | 10000101 | 11101 | 1001110 | 0 | 1001110 | 101001 | 110000 | 101001100 | 1000000 | 100000 |
Color Harmonies of #851D4E
Complementary color
Monochromatic Colors of #851D4E
Black with #851D4E
Text Example
Text Example
White with #851D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D4E; }
p { color: rgb(133,29,78); }
H1.HeaderClassName
{
color: #851D4E;
}
.AnyTagClassName
{
color: #851D4E;
}
</style>
background-color css
<style>
a { background-color: #851D4E; }
a { background-color: rgb(133,29,78); }
div.DivClassName
{
background-color: #851D4E;
}
.BgClassName
{
background-color: #851D4E;
}
</style>
border-color css
<style>
span { border-color: #851D4E; }
span { border-color: rgb(133,29,78); }
td.TdClassName
{
border-color: #851D4E;
}
.TagClassName
{
border-color: #851D4E;
}
</style>