Shades of Rose Bud Cherry #841F5E
Tints of Rose Bud Cherry #841F5E
RGB
CMYK
RGB Variations
Color information
#841F5E (or 0x841F5E) is known color: Rose Bud Cherry. HEX triplet: 84, 1F and 5E. RGB value is (132,31,94). Sum of RGB (Red+Green+Blue) = 132+31+94=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #841F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841F5E is #7BE0A1. Grayscale: #444444. Windows color (decimal): -8118434 or 6168452. OLE color: 6168452.
HSL color Cylindrical-coordinate representation of color #841F5E: hue angle of 322.57º degrees, saturation: 0.62, 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 #841F5E is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 31 | 94 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.48 |
| HSL | 322.57º | 0.62% | 0.32% | - |
| HSV(B) | 322.57º | 0.77% | 0.52% | - |
| XYZ | 12.03 | 6.69 | 11.25 | - |
| YUV | 68.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 94 | 0 | 0.77 | 0.29 | 0.48 | 322.57 | 0.62 | 0.32 |
| Hex | 84 | 1F | 5E | 0 | 4D | 1D | 30 | 143 | 3E | 20 |
| Octal | 204 | 37 | 136 | 0 | 115 | 35 | 60 | 503 | 76 | 40 |
| Binary | 10000100 | 11111 | 1011110 | 0 | 1001101 | 11101 | 110000 | 101000011 | 111110 | 100000 |
Color Harmonies of #841F5E
Complementary color
Monochromatic Colors of #841F5E
Black with #841F5E
Text Example
Text Example
White with #841F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841F5E; }
p { color: rgb(132,31,94); }
H1.HeaderClassName
{
color: #841F5E;
}
.AnyTagClassName
{
color: #841F5E;
}
</style>
background-color css
<style>
a { background-color: #841F5E; }
a { background-color: rgb(132,31,94); }
div.DivClassName
{
background-color: #841F5E;
}
.BgClassName
{
background-color: #841F5E;
}
</style>
border-color css
<style>
span { border-color: #841F5E; }
span { border-color: rgb(132,31,94); }
td.TdClassName
{
border-color: #841F5E;
}
.TagClassName
{
border-color: #841F5E;
}
</style>