Shades of Rose Bud Cherry #832F56
Tints of Rose Bud Cherry #832F56
RGB
CMYK
RGB Variations
Color information
#832F56 (or 0x832F56) is known color: Rose Bud Cherry. HEX triplet: 83, 2F and 56. RGB value is (131,47,86). Sum of RGB (Red+Green+Blue) = 131+47+86=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #832F56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832F56 is #7CD0A9. Grayscale: #4C4C4C. Windows color (decimal): -8179882 or 5648259. OLE color: 5648259.
HSL color Cylindrical-coordinate representation of color #832F56: hue angle of 332.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #832F56 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 47 | 86 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.49 |
| HSL | 332.14º | 0.47% | 0.35% | - |
| HSV(B) | 332.14º | 0.64% | 0.51% | - |
| XYZ | 12.06 | 7.53 | 9.62 | - |
| YUV | 76.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 86 | 0 | 0.64 | 0.34 | 0.49 | 332.14 | 0.47 | 0.35 |
| Hex | 83 | 2F | 56 | 0 | 40 | 22 | 31 | 14C | 2F | 23 |
| Octal | 203 | 57 | 126 | 0 | 100 | 42 | 61 | 514 | 57 | 43 |
| Binary | 10000011 | 101111 | 1010110 | 0 | 1000000 | 100010 | 110001 | 101001100 | 101111 | 100011 |
Color Harmonies of #832F56
Complementary color
Monochromatic Colors of #832F56
Black with #832F56
Text Example
Text Example
White with #832F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832F56; }
p { color: rgb(131,47,86); }
H1.HeaderClassName
{
color: #832F56;
}
.AnyTagClassName
{
color: #832F56;
}
</style>
background-color css
<style>
a { background-color: #832F56; }
a { background-color: rgb(131,47,86); }
div.DivClassName
{
background-color: #832F56;
}
.BgClassName
{
background-color: #832F56;
}
</style>
border-color css
<style>
span { border-color: #832F56; }
span { border-color: rgb(131,47,86); }
td.TdClassName
{
border-color: #832F56;
}
.TagClassName
{
border-color: #832F56;
}
</style>