Shades of Rose Bud Cherry #832D5F
Tints of Rose Bud Cherry #832D5F
RGB
CMYK
RGB Variations
Color information
#832D5F (or 0x832D5F) is known color: Rose Bud Cherry. HEX triplet: 83, 2D and 5F. RGB value is (131,45,95). Sum of RGB (Red+Green+Blue) = 131+45+95=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #832D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D5F is #7CD2A0. Grayscale: #4C4C4C. Windows color (decimal): -8180385 or 6237571. OLE color: 6237571.
HSL color Cylindrical-coordinate representation of color #832D5F: hue angle of 325.12º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D5F is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 95 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.49 |
| HSL | 325.12º | 0.49% | 0.35% | - |
| HSV(B) | 325.12º | 0.66% | 0.51% | - |
| XYZ | 12.36 | 7.53 | 11.63 | - |
| YUV | 76.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 95 | 0 | 0.66 | 0.27 | 0.49 | 325.12 | 0.49 | 0.35 |
| Hex | 83 | 2D | 5F | 0 | 42 | 1B | 31 | 145 | 31 | 23 |
| Octal | 203 | 55 | 137 | 0 | 102 | 33 | 61 | 505 | 61 | 43 |
| Binary | 10000011 | 101101 | 1011111 | 0 | 1000010 | 11011 | 110001 | 101000101 | 110001 | 100011 |
Color Harmonies of #832D5F
Complementary color
Monochromatic Colors of #832D5F
Black with #832D5F
Text Example
Text Example
White with #832D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D5F; }
p { color: rgb(131,45,95); }
H1.HeaderClassName
{
color: #832D5F;
}
.AnyTagClassName
{
color: #832D5F;
}
</style>
background-color css
<style>
a { background-color: #832D5F; }
a { background-color: rgb(131,45,95); }
div.DivClassName
{
background-color: #832D5F;
}
.BgClassName
{
background-color: #832D5F;
}
</style>
border-color css
<style>
span { border-color: #832D5F; }
span { border-color: rgb(131,45,95); }
td.TdClassName
{
border-color: #832D5F;
}
.TagClassName
{
border-color: #832D5F;
}
</style>