Shades of Rose Bud Cherry #84195A
Tints of Rose Bud Cherry #84195A
RGB
CMYK
RGB Variations
Color information
#84195A (or 0x84195A) is known color: Rose Bud Cherry. HEX triplet: 84, 19 and 5A. RGB value is (132,25,90). Sum of RGB (Red+Green+Blue) = 132+25+90=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84195A is #7BE6A5. Grayscale: #404040. Windows color (decimal): -8119974 or 5904772. OLE color: 5904772.
HSL color Cylindrical-coordinate representation of color #84195A: hue angle of 323.55º 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 #84195A is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 90 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.48 |
| HSL | 323.55º | 0.68% | 0.31% | - |
| HSV(B) | 323.55º | 0.81% | 0.52% | - |
| XYZ | 11.71 | 6.34 | 10.28 | - |
| YUV | 64.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 90 | 0 | 0.81 | 0.32 | 0.48 | 323.55 | 0.68 | 0.31 |
| Hex | 84 | 19 | 5A | 0 | 51 | 20 | 30 | 144 | 44 | 1F |
| Octal | 204 | 31 | 132 | 0 | 121 | 40 | 60 | 504 | 104 | 37 |
| Binary | 10000100 | 11001 | 1011010 | 0 | 1010001 | 100000 | 110000 | 101000100 | 1000100 | 11111 |
Color Harmonies of #84195A
Complementary color
Monochromatic Colors of #84195A
Black with #84195A
Text Example
Text Example
White with #84195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84195A; }
p { color: rgb(132,25,90); }
H1.HeaderClassName
{
color: #84195A;
}
.AnyTagClassName
{
color: #84195A;
}
</style>
background-color css
<style>
a { background-color: #84195A; }
a { background-color: rgb(132,25,90); }
div.DivClassName
{
background-color: #84195A;
}
.BgClassName
{
background-color: #84195A;
}
</style>
border-color css
<style>
span { border-color: #84195A; }
span { border-color: rgb(132,25,90); }
td.TdClassName
{
border-color: #84195A;
}
.TagClassName
{
border-color: #84195A;
}
</style>