Shades of Rose Bud Cherry #841D52
Tints of Rose Bud Cherry #841D52
RGB
CMYK
RGB Variations
Color information
#841D52 (or 0x841D52) is known color: Rose Bud Cherry. HEX triplet: 84, 1D and 52. RGB value is (132,29,82). Sum of RGB (Red+Green+Blue) = 132+29+82=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #841D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841D52 is #7BE2AD. Grayscale: #414141. Windows color (decimal): -8118958 or 5381508. OLE color: 5381508.
HSL color Cylindrical-coordinate representation of color #841D52: hue angle of 329.13º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D52 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 82 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.48 |
| HSL | 329.13º | 0.64% | 0.32% | - |
| HSV(B) | 329.13º | 0.78% | 0.52% | - |
| XYZ | 11.48 | 6.39 | 8.61 | - |
| YUV | 65.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 82 | 0 | 0.78 | 0.38 | 0.48 | 329.13 | 0.64 | 0.32 |
| Hex | 84 | 1D | 52 | 0 | 4E | 26 | 30 | 149 | 40 | 20 |
| Octal | 204 | 35 | 122 | 0 | 116 | 46 | 60 | 511 | 100 | 40 |
| Binary | 10000100 | 11101 | 1010010 | 0 | 1001110 | 100110 | 110000 | 101001001 | 1000000 | 100000 |
Color Harmonies of #841D52
Complementary color
Monochromatic Colors of #841D52
Black with #841D52
Text Example
Text Example
White with #841D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D52; }
p { color: rgb(132,29,82); }
H1.HeaderClassName
{
color: #841D52;
}
.AnyTagClassName
{
color: #841D52;
}
</style>
background-color css
<style>
a { background-color: #841D52; }
a { background-color: rgb(132,29,82); }
div.DivClassName
{
background-color: #841D52;
}
.BgClassName
{
background-color: #841D52;
}
</style>
border-color css
<style>
span { border-color: #841D52; }
span { border-color: rgb(132,29,82); }
td.TdClassName
{
border-color: #841D52;
}
.TagClassName
{
border-color: #841D52;
}
</style>