Shades of Rose Bud Cherry #84175A
Tints of Rose Bud Cherry #84175A
RGB
CMYK
RGB Variations
Color information
#84175A (or 0x84175A) is known color: Rose Bud Cherry. HEX triplet: 84, 17 and 5A. RGB value is (132,23,90). Sum of RGB (Red+Green+Blue) = 132+23+90=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84175A is #7BE8A5. Grayscale: #3F3F3F. Windows color (decimal): -8120486 or 5904260. OLE color: 5904260.
HSL color Cylindrical-coordinate representation of color #84175A: hue angle of 323.12º 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 #84175A is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 90 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.48 |
| HSL | 323.12º | 0.7% | 0.3% | - |
| HSV(B) | 323.12º | 0.83% | 0.52% | - |
| XYZ | 11.67 | 6.26 | 10.27 | - |
| YUV | 63.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 90 | 0 | 0.83 | 0.32 | 0.48 | 323.12 | 0.7 | 0.3 |
| Hex | 84 | 17 | 5A | 0 | 53 | 20 | 30 | 143 | 46 | 1E |
| Octal | 204 | 27 | 132 | 0 | 123 | 40 | 60 | 503 | 106 | 36 |
| Binary | 10000100 | 10111 | 1011010 | 0 | 1010011 | 100000 | 110000 | 101000011 | 1000110 | 11110 |
Color Harmonies of #84175A
Complementary color
Monochromatic Colors of #84175A
Black with #84175A
Text Example
Text Example
White with #84175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84175A; }
p { color: rgb(132,23,90); }
H1.HeaderClassName
{
color: #84175A;
}
.AnyTagClassName
{
color: #84175A;
}
</style>
background-color css
<style>
a { background-color: #84175A; }
a { background-color: rgb(132,23,90); }
div.DivClassName
{
background-color: #84175A;
}
.BgClassName
{
background-color: #84175A;
}
</style>
border-color css
<style>
span { border-color: #84175A; }
span { border-color: rgb(132,23,90); }
td.TdClassName
{
border-color: #84175A;
}
.TagClassName
{
border-color: #84175A;
}
</style>