Shades of Rose Bud Cherry #84255B
Tints of Rose Bud Cherry #84255B
RGB
CMYK
RGB Variations
Color information
#84255B (or 0x84255B) is known color: Rose Bud Cherry. HEX triplet: 84, 25 and 5B. RGB value is (132,37,91). Sum of RGB (Red+Green+Blue) = 132+37+91=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84255B is #7BDAA4. Grayscale: #474747. Windows color (decimal): -8116901 or 5973380. OLE color: 5973380.
HSL color Cylindrical-coordinate representation of color #84255B: hue angle of 325.89º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84255B is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 91 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.48 |
| HSL | 325.89º | 0.56% | 0.33% | - |
| HSV(B) | 325.89º | 0.72% | 0.52% | - |
| XYZ | 12.07 | 6.98 | 10.61 | - |
| YUV | 71.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 91 | 0 | 0.72 | 0.31 | 0.48 | 325.89 | 0.56 | 0.33 |
| Hex | 84 | 25 | 5B | 0 | 48 | 1F | 30 | 146 | 38 | 21 |
| Octal | 204 | 45 | 133 | 0 | 110 | 37 | 60 | 506 | 70 | 41 |
| Binary | 10000100 | 100101 | 1011011 | 0 | 1001000 | 11111 | 110000 | 101000110 | 111000 | 100001 |
Color Harmonies of #84255B
Complementary color
Monochromatic Colors of #84255B
Black with #84255B
Text Example
Text Example
White with #84255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84255B; }
p { color: rgb(132,37,91); }
H1.HeaderClassName
{
color: #84255B;
}
.AnyTagClassName
{
color: #84255B;
}
</style>
background-color css
<style>
a { background-color: #84255B; }
a { background-color: rgb(132,37,91); }
div.DivClassName
{
background-color: #84255B;
}
.BgClassName
{
background-color: #84255B;
}
</style>
border-color css
<style>
span { border-color: #84255B; }
span { border-color: rgb(132,37,91); }
td.TdClassName
{
border-color: #84255B;
}
.TagClassName
{
border-color: #84255B;
}
</style>