Shades of Rose Bud Cherry #84395C
Tints of Rose Bud Cherry #84395C
RGB
CMYK
RGB Variations
Color information
#84395C (or 0x84395C) is known color: Rose Bud Cherry. HEX triplet: 84, 39 and 5C. RGB value is (132,57,92). Sum of RGB (Red+Green+Blue) = 132+57+92=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84395C is #7BC6A3. Grayscale: #535353. Windows color (decimal): -8111780 or 6044036. OLE color: 6044036.
HSL color Cylindrical-coordinate representation of color #84395C: hue angle of 332º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84395C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 92 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.48 |
| HSL | 332º | 0.4% | 0.37% | - |
| HSV(B) | 332º | 0.57% | 0.52% | - |
| XYZ | 12.91 | 8.6 | 11.11 | - |
| YUV | 83.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 92 | 0 | 0.57 | 0.30 | 0.48 | 332 | 0.4 | 0.37 |
| Hex | 84 | 39 | 5C | 0 | 39 | 1E | 30 | 14C | 28 | 25 |
| Octal | 204 | 71 | 134 | 0 | 71 | 36 | 60 | 514 | 50 | 45 |
| Binary | 10000100 | 111001 | 1011100 | 0 | 111001 | 11110 | 110000 | 101001100 | 101000 | 100101 |
Color Harmonies of #84395C
Complementary color
Monochromatic Colors of #84395C
Black with #84395C
Text Example
Text Example
White with #84395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84395C; }
p { color: rgb(132,57,92); }
H1.HeaderClassName
{
color: #84395C;
}
.AnyTagClassName
{
color: #84395C;
}
</style>
background-color css
<style>
a { background-color: #84395C; }
a { background-color: rgb(132,57,92); }
div.DivClassName
{
background-color: #84395C;
}
.BgClassName
{
background-color: #84395C;
}
</style>
border-color css
<style>
span { border-color: #84395C; }
span { border-color: rgb(132,57,92); }
td.TdClassName
{
border-color: #84395C;
}
.TagClassName
{
border-color: #84395C;
}
</style>