Shades of Rose Bud Cherry #84174F
Tints of Rose Bud Cherry #84174F
RGB
CMYK
RGB Variations
Color information
#84174F (or 0x84174F) is known color: Rose Bud Cherry. HEX triplet: 84, 17 and 4F. RGB value is (132,23,79). Sum of RGB (Red+Green+Blue) = 132+23+79=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #84174F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84174F is #7BE8B0. Grayscale: #3D3D3D. Windows color (decimal): -8120497 or 5183364. OLE color: 5183364.
HSL color Cylindrical-coordinate representation of color #84174F: hue angle of 329.17º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84174F is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 79 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.48 |
| HSL | 329.17º | 0.7% | 0.3% | - |
| HSV(B) | 329.17º | 0.83% | 0.52% | - |
| XYZ | 11.23 | 6.08 | 7.98 | - |
| YUV | 61.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 79 | 0 | 0.83 | 0.40 | 0.48 | 329.17 | 0.7 | 0.3 |
| Hex | 84 | 17 | 4F | 0 | 53 | 28 | 30 | 149 | 46 | 1E |
| Octal | 204 | 27 | 117 | 0 | 123 | 50 | 60 | 511 | 106 | 36 |
| Binary | 10000100 | 10111 | 1001111 | 0 | 1010011 | 101000 | 110000 | 101001001 | 1000110 | 11110 |
Color Harmonies of #84174F
Complementary color
Monochromatic Colors of #84174F
Black with #84174F
Text Example
Text Example
White with #84174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84174F; }
p { color: rgb(132,23,79); }
H1.HeaderClassName
{
color: #84174F;
}
.AnyTagClassName
{
color: #84174F;
}
</style>
background-color css
<style>
a { background-color: #84174F; }
a { background-color: rgb(132,23,79); }
div.DivClassName
{
background-color: #84174F;
}
.BgClassName
{
background-color: #84174F;
}
</style>
border-color css
<style>
span { border-color: #84174F; }
span { border-color: rgb(132,23,79); }
td.TdClassName
{
border-color: #84174F;
}
.TagClassName
{
border-color: #84174F;
}
</style>