Shades of Rose Bud Cherry #841E5D
Tints of Rose Bud Cherry #841E5D
RGB
CMYK
RGB Variations
Color information
#841E5D (or 0x841E5D) is known color: Rose Bud Cherry. HEX triplet: 84, 1E and 5D. RGB value is (132,30,93). Sum of RGB (Red+Green+Blue) = 132+30+93=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #841E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E5D is #7BE1A2. Grayscale: #434343. Windows color (decimal): -8118691 or 6102660. OLE color: 6102660.
HSL color Cylindrical-coordinate representation of color #841E5D: hue angle of 322.94º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841E5D is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 93 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.48 |
| HSL | 322.94º | 0.63% | 0.32% | - |
| HSV(B) | 322.94º | 0.77% | 0.52% | - |
| XYZ | 11.96 | 6.62 | 11 | - |
| YUV | 67.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 93 | 0 | 0.77 | 0.30 | 0.48 | 322.94 | 0.63 | 0.32 |
| Hex | 84 | 1E | 5D | 0 | 4D | 1E | 30 | 143 | 3F | 20 |
| Octal | 204 | 36 | 135 | 0 | 115 | 36 | 60 | 503 | 77 | 40 |
| Binary | 10000100 | 11110 | 1011101 | 0 | 1001101 | 11110 | 110000 | 101000011 | 111111 | 100000 |
Color Harmonies of #841E5D
Complementary color
Monochromatic Colors of #841E5D
Black with #841E5D
Text Example
Text Example
White with #841E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E5D; }
p { color: rgb(132,30,93); }
H1.HeaderClassName
{
color: #841E5D;
}
.AnyTagClassName
{
color: #841E5D;
}
</style>
background-color css
<style>
a { background-color: #841E5D; }
a { background-color: rgb(132,30,93); }
div.DivClassName
{
background-color: #841E5D;
}
.BgClassName
{
background-color: #841E5D;
}
</style>
border-color css
<style>
span { border-color: #841E5D; }
span { border-color: rgb(132,30,93); }
td.TdClassName
{
border-color: #841E5D;
}
.TagClassName
{
border-color: #841E5D;
}
</style>