Shades of Rose Bud Cherry #851D50
Tints of Rose Bud Cherry #851D50
RGB
CMYK
RGB Variations
Color information
#851D50 (or 0x851D50) is known color: Rose Bud Cherry. HEX triplet: 85, 1D and 50. RGB value is (133,29,80). Sum of RGB (Red+Green+Blue) = 133+29+80=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #851D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D50 is #7AE2AF. Grayscale: #414141. Windows color (decimal): -8053424 or 5250437. OLE color: 5250437.
HSL color Cylindrical-coordinate representation of color #851D50: hue angle of 330.58º 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 #851D50 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 80 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.48 |
| HSL | 330.58º | 0.64% | 0.32% | - |
| HSV(B) | 330.58º | 0.78% | 0.52% | - |
| XYZ | 11.56 | 6.44 | 8.22 | - |
| YUV | 65.91 | 135.96 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 80 | 0 | 0.78 | 0.40 | 0.48 | 330.58 | 0.64 | 0.32 |
| Hex | 85 | 1D | 50 | 0 | 4E | 28 | 30 | 14B | 40 | 20 |
| Octal | 205 | 35 | 120 | 0 | 116 | 50 | 60 | 513 | 100 | 40 |
| Binary | 10000101 | 11101 | 1010000 | 0 | 1001110 | 101000 | 110000 | 101001011 | 1000000 | 100000 |
Color Harmonies of #851D50
Complementary color
Monochromatic Colors of #851D50
Black with #851D50
Text Example
Text Example
White with #851D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D50; }
p { color: rgb(133,29,80); }
H1.HeaderClassName
{
color: #851D50;
}
.AnyTagClassName
{
color: #851D50;
}
</style>
background-color css
<style>
a { background-color: #851D50; }
a { background-color: rgb(133,29,80); }
div.DivClassName
{
background-color: #851D50;
}
.BgClassName
{
background-color: #851D50;
}
</style>
border-color css
<style>
span { border-color: #851D50; }
span { border-color: rgb(133,29,80); }
td.TdClassName
{
border-color: #851D50;
}
.TagClassName
{
border-color: #851D50;
}
</style>