Shades of Rose Bud Cherry #851B53
Tints of Rose Bud Cherry #851B53
RGB
CMYK
RGB Variations
Color information
#851B53 (or 0x851B53) is known color: Rose Bud Cherry. HEX triplet: 85, 1B and 53. RGB value is (133,27,83). Sum of RGB (Red+Green+Blue) = 133+27+83=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #851B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851B53 is #7AE4AC. Grayscale: #404040. Windows color (decimal): -8053933 or 5446533. OLE color: 5446533.
HSL color Cylindrical-coordinate representation of color #851B53: hue angle of 328.3º 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 #851B53 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 27 | 83 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.48 |
| HSL | 328.3º | 0.66% | 0.31% | - |
| HSV(B) | 328.3º | 0.8% | 0.52% | - |
| XYZ | 11.63 | 6.39 | 8.81 | - |
| YUV | 65.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 83 | 0 | 0.80 | 0.38 | 0.48 | 328.3 | 0.66 | 0.31 |
| Hex | 85 | 1B | 53 | 0 | 50 | 26 | 30 | 148 | 42 | 1F |
| Octal | 205 | 33 | 123 | 0 | 120 | 46 | 60 | 510 | 102 | 37 |
| Binary | 10000101 | 11011 | 1010011 | 0 | 1010000 | 100110 | 110000 | 101001000 | 1000010 | 11111 |
Color Harmonies of #851B53
Complementary color
Monochromatic Colors of #851B53
Black with #851B53
Text Example
Text Example
White with #851B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B53; }
p { color: rgb(133,27,83); }
H1.HeaderClassName
{
color: #851B53;
}
.AnyTagClassName
{
color: #851B53;
}
</style>
background-color css
<style>
a { background-color: #851B53; }
a { background-color: rgb(133,27,83); }
div.DivClassName
{
background-color: #851B53;
}
.BgClassName
{
background-color: #851B53;
}
</style>
border-color css
<style>
span { border-color: #851B53; }
span { border-color: rgb(133,27,83); }
td.TdClassName
{
border-color: #851B53;
}
.TagClassName
{
border-color: #851B53;
}
</style>