Shades of Rose Bud Cherry #84144E
Tints of Rose Bud Cherry #84144E
RGB
CMYK
RGB Variations
Color information
#84144E (or 0x84144E) is known color: Rose Bud Cherry. HEX triplet: 84, 14 and 4E. RGB value is (132,20,78). Sum of RGB (Red+Green+Blue) = 132+20+78=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84144E is #7BEBB1. Grayscale: #3B3B3B. Windows color (decimal): -8121266 or 5117060. OLE color: 5117060.
HSL color Cylindrical-coordinate representation of color #84144E: hue angle of 328.93º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84144E is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 78 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.48 |
| HSL | 328.93º | 0.74% | 0.3% | - |
| HSV(B) | 328.93º | 0.85% | 0.52% | - |
| XYZ | 11.14 | 5.96 | 7.77 | - |
| YUV | 60.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 78 | 0 | 0.85 | 0.41 | 0.48 | 328.93 | 0.74 | 0.3 |
| Hex | 84 | 14 | 4E | 0 | 55 | 29 | 30 | 149 | 4A | 1E |
| Octal | 204 | 24 | 116 | 0 | 125 | 51 | 60 | 511 | 112 | 36 |
| Binary | 10000100 | 10100 | 1001110 | 0 | 1010101 | 101001 | 110000 | 101001001 | 1001010 | 11110 |
Color Harmonies of #84144E
Complementary color
Monochromatic Colors of #84144E
Black with #84144E
Text Example
Text Example
White with #84144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84144E; }
p { color: rgb(132,20,78); }
H1.HeaderClassName
{
color: #84144E;
}
.AnyTagClassName
{
color: #84144E;
}
</style>
background-color css
<style>
a { background-color: #84144E; }
a { background-color: rgb(132,20,78); }
div.DivClassName
{
background-color: #84144E;
}
.BgClassName
{
background-color: #84144E;
}
</style>
border-color css
<style>
span { border-color: #84144E; }
span { border-color: rgb(132,20,78); }
td.TdClassName
{
border-color: #84144E;
}
.TagClassName
{
border-color: #84144E;
}
</style>