Shades of Rose Bud Cherry #851E5C
Tints of Rose Bud Cherry #851E5C
RGB
CMYK
RGB Variations
Color information
#851E5C (or 0x851E5C) is known color: Rose Bud Cherry. HEX triplet: 85, 1E and 5C. RGB value is (133,30,92). Sum of RGB (Red+Green+Blue) = 133+30+92=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #851E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E5C is #7AE1A3. Grayscale: #434343. Windows color (decimal): -8053156 or 6037125. OLE color: 6037125.
HSL color Cylindrical-coordinate representation of color #851E5C: hue angle of 323.88º 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 #851E5C is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 92 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.48 |
| HSL | 323.88º | 0.63% | 0.32% | - |
| HSV(B) | 323.88º | 0.77% | 0.52% | - |
| XYZ | 12.07 | 6.69 | 10.78 | - |
| YUV | 67.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 92 | 0 | 0.77 | 0.31 | 0.48 | 323.88 | 0.63 | 0.32 |
| Hex | 85 | 1E | 5C | 0 | 4D | 1F | 30 | 144 | 3F | 20 |
| Octal | 205 | 36 | 134 | 0 | 115 | 37 | 60 | 504 | 77 | 40 |
| Binary | 10000101 | 11110 | 1011100 | 0 | 1001101 | 11111 | 110000 | 101000100 | 111111 | 100000 |
Color Harmonies of #851E5C
Complementary color
Monochromatic Colors of #851E5C
Black with #851E5C
Text Example
Text Example
White with #851E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E5C; }
p { color: rgb(133,30,92); }
H1.HeaderClassName
{
color: #851E5C;
}
.AnyTagClassName
{
color: #851E5C;
}
</style>
background-color css
<style>
a { background-color: #851E5C; }
a { background-color: rgb(133,30,92); }
div.DivClassName
{
background-color: #851E5C;
}
.BgClassName
{
background-color: #851E5C;
}
</style>
border-color css
<style>
span { border-color: #851E5C; }
span { border-color: rgb(133,30,92); }
td.TdClassName
{
border-color: #851E5C;
}
.TagClassName
{
border-color: #851E5C;
}
</style>