Shades of Rose Bud Cherry #841C55
Tints of Rose Bud Cherry #841C55
RGB
CMYK
RGB Variations
Color information
#841C55 (or 0x841C55) is known color: Rose Bud Cherry. HEX triplet: 84, 1C and 55. RGB value is (132,28,85). Sum of RGB (Red+Green+Blue) = 132+28+85=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #841C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C55 is #7BE3AA. Grayscale: #414141. Windows color (decimal): -8119211 or 5577860. OLE color: 5577860.
HSL color Cylindrical-coordinate representation of color #841C55: hue angle of 327.12º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C55 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 85 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.48 |
| HSL | 327.12º | 0.65% | 0.31% | - |
| HSV(B) | 327.12º | 0.79% | 0.52% | - |
| XYZ | 11.57 | 6.39 | 9.22 | - |
| YUV | 65.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 85 | 0 | 0.79 | 0.36 | 0.48 | 327.12 | 0.65 | 0.31 |
| Hex | 84 | 1C | 55 | 0 | 4F | 24 | 30 | 147 | 41 | 1F |
| Octal | 204 | 34 | 125 | 0 | 117 | 44 | 60 | 507 | 101 | 37 |
| Binary | 10000100 | 11100 | 1010101 | 0 | 1001111 | 100100 | 110000 | 101000111 | 1000001 | 11111 |
Color Harmonies of #841C55
Complementary color
Monochromatic Colors of #841C55
Black with #841C55
Text Example
Text Example
White with #841C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C55; }
p { color: rgb(132,28,85); }
H1.HeaderClassName
{
color: #841C55;
}
.AnyTagClassName
{
color: #841C55;
}
</style>
background-color css
<style>
a { background-color: #841C55; }
a { background-color: rgb(132,28,85); }
div.DivClassName
{
background-color: #841C55;
}
.BgClassName
{
background-color: #841C55;
}
</style>
border-color css
<style>
span { border-color: #841C55; }
span { border-color: rgb(132,28,85); }
td.TdClassName
{
border-color: #841C55;
}
.TagClassName
{
border-color: #841C55;
}
</style>