Shades of Rose Bud Cherry #84194F
Tints of Rose Bud Cherry #84194F
RGB
CMYK
RGB Variations
Color information
#84194F (or 0x84194F) is known color: Rose Bud Cherry. HEX triplet: 84, 19 and 4F. RGB value is (132,25,79). Sum of RGB (Red+Green+Blue) = 132+25+79=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #84194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84194F is #7BE6B0. Grayscale: #3F3F3F. Windows color (decimal): -8119985 or 5183876. OLE color: 5183876.
HSL color Cylindrical-coordinate representation of color #84194F: hue angle of 329.72º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84194F is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 79 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.48 |
| HSL | 329.72º | 0.68% | 0.31% | - |
| HSV(B) | 329.72º | 0.81% | 0.52% | - |
| XYZ | 11.27 | 6.17 | 7.99 | - |
| YUV | 63.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 79 | 0 | 0.81 | 0.40 | 0.48 | 329.72 | 0.68 | 0.31 |
| Hex | 84 | 19 | 4F | 0 | 51 | 28 | 30 | 14A | 44 | 1F |
| Octal | 204 | 31 | 117 | 0 | 121 | 50 | 60 | 512 | 104 | 37 |
| Binary | 10000100 | 11001 | 1001111 | 0 | 1010001 | 101000 | 110000 | 101001010 | 1000100 | 11111 |
Color Harmonies of #84194F
Complementary color
Monochromatic Colors of #84194F
Black with #84194F
Text Example
Text Example
White with #84194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84194F; }
p { color: rgb(132,25,79); }
H1.HeaderClassName
{
color: #84194F;
}
.AnyTagClassName
{
color: #84194F;
}
</style>
background-color css
<style>
a { background-color: #84194F; }
a { background-color: rgb(132,25,79); }
div.DivClassName
{
background-color: #84194F;
}
.BgClassName
{
background-color: #84194F;
}
</style>
border-color css
<style>
span { border-color: #84194F; }
span { border-color: rgb(132,25,79); }
td.TdClassName
{
border-color: #84194F;
}
.TagClassName
{
border-color: #84194F;
}
</style>