Shades of Rose Bud Cherry #84184C
Tints of Rose Bud Cherry #84184C
RGB
CMYK
RGB Variations
Color information
#84184C (or 0x84184C) is known color: Rose Bud Cherry. HEX triplet: 84, 18 and 4C. RGB value is (132,24,76). Sum of RGB (Red+Green+Blue) = 132+24+76=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84184C is #7BE7B3. Grayscale: #3E3E3E. Windows color (decimal): -8120244 or 4987012. OLE color: 4987012.
HSL color Cylindrical-coordinate representation of color #84184C: hue angle of 331.11º 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 #84184C is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 76 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.48 |
| HSL | 331.11º | 0.69% | 0.31% | - |
| HSV(B) | 331.11º | 0.82% | 0.52% | - |
| XYZ | 11.15 | 6.08 | 7.42 | - |
| YUV | 62.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 76 | 0 | 0.82 | 0.42 | 0.48 | 331.11 | 0.69 | 0.31 |
| Hex | 84 | 18 | 4C | 0 | 52 | 2A | 30 | 14B | 45 | 1F |
| Octal | 204 | 30 | 114 | 0 | 122 | 52 | 60 | 513 | 105 | 37 |
| Binary | 10000100 | 11000 | 1001100 | 0 | 1010010 | 101010 | 110000 | 101001011 | 1000101 | 11111 |
Color Harmonies of #84184C
Complementary color
Monochromatic Colors of #84184C
Black with #84184C
Text Example
Text Example
White with #84184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84184C; }
p { color: rgb(132,24,76); }
H1.HeaderClassName
{
color: #84184C;
}
.AnyTagClassName
{
color: #84184C;
}
</style>
background-color css
<style>
a { background-color: #84184C; }
a { background-color: rgb(132,24,76); }
div.DivClassName
{
background-color: #84184C;
}
.BgClassName
{
background-color: #84184C;
}
</style>
border-color css
<style>
span { border-color: #84184C; }
span { border-color: rgb(132,24,76); }
td.TdClassName
{
border-color: #84184C;
}
.TagClassName
{
border-color: #84184C;
}
</style>