Shades of Rose Bud Cherry #843256
Tints of Rose Bud Cherry #843256
RGB
CMYK
RGB Variations
Color information
#843256 (or 0x843256) is known color: Rose Bud Cherry. HEX triplet: 84, 32 and 56. RGB value is (132,50,86). Sum of RGB (Red+Green+Blue) = 132+50+86=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #843256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843256 is #7BCDA9. Grayscale: #4E4E4E. Windows color (decimal): -8113578 or 5649028. OLE color: 5649028.
HSL color Cylindrical-coordinate representation of color #843256: hue angle of 333.66º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #843256 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 86 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.48 |
| HSL | 333.66º | 0.45% | 0.36% | - |
| HSV(B) | 333.66º | 0.62% | 0.52% | - |
| XYZ | 12.34 | 7.86 | 9.67 | - |
| YUV | 78.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 86 | 0 | 0.62 | 0.35 | 0.48 | 333.66 | 0.45 | 0.36 |
| Hex | 84 | 32 | 56 | 0 | 3E | 23 | 30 | 14E | 2D | 24 |
| Octal | 204 | 62 | 126 | 0 | 76 | 43 | 60 | 516 | 55 | 44 |
| Binary | 10000100 | 110010 | 1010110 | 0 | 111110 | 100011 | 110000 | 101001110 | 101101 | 100100 |
Color Harmonies of #843256
Complementary color
Monochromatic Colors of #843256
Black with #843256
Text Example
Text Example
White with #843256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843256; }
p { color: rgb(132,50,86); }
H1.HeaderClassName
{
color: #843256;
}
.AnyTagClassName
{
color: #843256;
}
</style>
background-color css
<style>
a { background-color: #843256; }
a { background-color: rgb(132,50,86); }
div.DivClassName
{
background-color: #843256;
}
.BgClassName
{
background-color: #843256;
}
</style>
border-color css
<style>
span { border-color: #843256; }
span { border-color: rgb(132,50,86); }
td.TdClassName
{
border-color: #843256;
}
.TagClassName
{
border-color: #843256;
}
</style>