Shades of Rose Bud Cherry #84184F
Tints of Rose Bud Cherry #84184F
RGB
CMYK
RGB Variations
Color information
#84184F (or 0x84184F) is known color: Rose Bud Cherry. HEX triplet: 84, 18 and 4F. RGB value is (132,24,79). Sum of RGB (Red+Green+Blue) = 132+24+79=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #84184F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84184F is #7BE7B0. Grayscale: #3E3E3E. Windows color (decimal): -8120241 or 5183620. OLE color: 5183620.
HSL color Cylindrical-coordinate representation of color #84184F: hue angle of 329.44º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84184F is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 79 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.48 |
| HSL | 329.44º | 0.69% | 0.31% | - |
| HSV(B) | 329.44º | 0.82% | 0.52% | - |
| XYZ | 11.25 | 6.12 | 7.99 | - |
| YUV | 62.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 79 | 0 | 0.82 | 0.40 | 0.48 | 329.44 | 0.69 | 0.31 |
| Hex | 84 | 18 | 4F | 0 | 52 | 28 | 30 | 149 | 45 | 1F |
| Octal | 204 | 30 | 117 | 0 | 122 | 50 | 60 | 511 | 105 | 37 |
| Binary | 10000100 | 11000 | 1001111 | 0 | 1010010 | 101000 | 110000 | 101001001 | 1000101 | 11111 |
Color Harmonies of #84184F
Complementary color
Monochromatic Colors of #84184F
Black with #84184F
Text Example
Text Example
White with #84184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84184F; }
p { color: rgb(132,24,79); }
H1.HeaderClassName
{
color: #84184F;
}
.AnyTagClassName
{
color: #84184F;
}
</style>
background-color css
<style>
a { background-color: #84184F; }
a { background-color: rgb(132,24,79); }
div.DivClassName
{
background-color: #84184F;
}
.BgClassName
{
background-color: #84184F;
}
</style>
border-color css
<style>
span { border-color: #84184F; }
span { border-color: rgb(132,24,79); }
td.TdClassName
{
border-color: #84184F;
}
.TagClassName
{
border-color: #84184F;
}
</style>