Shades of Rose Bud Cherry #851B5F
Tints of Rose Bud Cherry #851B5F
RGB
CMYK
RGB Variations
Color information
#851B5F (or 0x851B5F) is known color: Rose Bud Cherry. HEX triplet: 85, 1B and 5F. RGB value is (133,27,95). Sum of RGB (Red+Green+Blue) = 133+27+95=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #851B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851B5F is #7AE4A0. Grayscale: #424242. Windows color (decimal): -8053921 or 6232965. OLE color: 6232965.
HSL color Cylindrical-coordinate representation of color #851B5F: hue angle of 321.51º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851B5F is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 27 | 95 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.48 |
| HSL | 321.51º | 0.66% | 0.31% | - |
| HSV(B) | 321.51º | 0.8% | 0.52% | - |
| XYZ | 12.13 | 6.6 | 11.46 | - |
| YUV | 66.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 95 | 0 | 0.80 | 0.29 | 0.48 | 321.51 | 0.66 | 0.31 |
| Hex | 85 | 1B | 5F | 0 | 50 | 1D | 30 | 142 | 42 | 1F |
| Octal | 205 | 33 | 137 | 0 | 120 | 35 | 60 | 502 | 102 | 37 |
| Binary | 10000101 | 11011 | 1011111 | 0 | 1010000 | 11101 | 110000 | 101000010 | 1000010 | 11111 |
Color Harmonies of #851B5F
Complementary color
Monochromatic Colors of #851B5F
Black with #851B5F
Text Example
Text Example
White with #851B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B5F; }
p { color: rgb(133,27,95); }
H1.HeaderClassName
{
color: #851B5F;
}
.AnyTagClassName
{
color: #851B5F;
}
</style>
background-color css
<style>
a { background-color: #851B5F; }
a { background-color: rgb(133,27,95); }
div.DivClassName
{
background-color: #851B5F;
}
.BgClassName
{
background-color: #851B5F;
}
</style>
border-color css
<style>
span { border-color: #851B5F; }
span { border-color: rgb(133,27,95); }
td.TdClassName
{
border-color: #851B5F;
}
.TagClassName
{
border-color: #851B5F;
}
</style>