Shades of Rose Bud Cherry #841555
Tints of Rose Bud Cherry #841555
RGB
CMYK
RGB Variations
Color information
#841555 (or 0x841555) is known color: Rose Bud Cherry. HEX triplet: 84, 15 and 55. RGB value is (132,21,85). Sum of RGB (Red+Green+Blue) = 132+21+85=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #841555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841555 is #7BEAAA. Grayscale: #3D3D3D. Windows color (decimal): -8121003 or 5576068. OLE color: 5576068.
HSL color Cylindrical-coordinate representation of color #841555: hue angle of 325.41º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841555 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 85 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.48 |
| HSL | 325.41º | 0.73% | 0.3% | - |
| HSV(B) | 325.41º | 0.84% | 0.52% | - |
| XYZ | 11.42 | 6.1 | 9.17 | - |
| YUV | 61.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 85 | 0 | 0.84 | 0.36 | 0.48 | 325.41 | 0.73 | 0.3 |
| Hex | 84 | 15 | 55 | 0 | 54 | 24 | 30 | 145 | 49 | 1E |
| Octal | 204 | 25 | 125 | 0 | 124 | 44 | 60 | 505 | 111 | 36 |
| Binary | 10000100 | 10101 | 1010101 | 0 | 1010100 | 100100 | 110000 | 101000101 | 1001001 | 11110 |
Color Harmonies of #841555
Complementary color
Monochromatic Colors of #841555
Black with #841555
Text Example
Text Example
White with #841555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841555; }
p { color: rgb(132,21,85); }
H1.HeaderClassName
{
color: #841555;
}
.AnyTagClassName
{
color: #841555;
}
</style>
background-color css
<style>
a { background-color: #841555; }
a { background-color: rgb(132,21,85); }
div.DivClassName
{
background-color: #841555;
}
.BgClassName
{
background-color: #841555;
}
</style>
border-color css
<style>
span { border-color: #841555; }
span { border-color: rgb(132,21,85); }
td.TdClassName
{
border-color: #841555;
}
.TagClassName
{
border-color: #841555;
}
</style>