Shades of Rose Bud Cherry #84144F
Tints of Rose Bud Cherry #84144F
RGB
CMYK
RGB Variations
Color information
#84144F (or 0x84144F) is known color: Rose Bud Cherry. HEX triplet: 84, 14 and 4F. RGB value is (132,20,79). Sum of RGB (Red+Green+Blue) = 132+20+79=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84144F is #7BEBB0. Grayscale: #3C3C3C. Windows color (decimal): -8121265 or 5182596. OLE color: 5182596.
HSL color Cylindrical-coordinate representation of color #84144F: hue angle of 328.39º 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 #84144F is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 79 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.48 |
| HSL | 328.39º | 0.74% | 0.3% | - |
| HSV(B) | 328.39º | 0.85% | 0.52% | - |
| XYZ | 11.18 | 5.97 | 7.96 | - |
| YUV | 60.21 | 138.61 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 79 | 0 | 0.85 | 0.40 | 0.48 | 328.39 | 0.74 | 0.3 |
| Hex | 84 | 14 | 4F | 0 | 55 | 28 | 30 | 148 | 4A | 1E |
| Octal | 204 | 24 | 117 | 0 | 125 | 50 | 60 | 510 | 112 | 36 |
| Binary | 10000100 | 10100 | 1001111 | 0 | 1010101 | 101000 | 110000 | 101001000 | 1001010 | 11110 |
Color Harmonies of #84144F
Complementary color
Monochromatic Colors of #84144F
Black with #84144F
Text Example
Text Example
White with #84144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84144F; }
p { color: rgb(132,20,79); }
H1.HeaderClassName
{
color: #84144F;
}
.AnyTagClassName
{
color: #84144F;
}
</style>
background-color css
<style>
a { background-color: #84144F; }
a { background-color: rgb(132,20,79); }
div.DivClassName
{
background-color: #84144F;
}
.BgClassName
{
background-color: #84144F;
}
</style>
border-color css
<style>
span { border-color: #84144F; }
span { border-color: rgb(132,20,79); }
td.TdClassName
{
border-color: #84144F;
}
.TagClassName
{
border-color: #84144F;
}
</style>