Shades of Rose Bud Cherry #832B53
Tints of Rose Bud Cherry #832B53
RGB
CMYK
RGB Variations
Color information
#832B53 (or 0x832B53) is known color: Rose Bud Cherry. HEX triplet: 83, 2B and 53. RGB value is (131,43,83). Sum of RGB (Red+Green+Blue) = 131+43+83=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #832B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832B53 is #7CD4AC. Grayscale: #494949. Windows color (decimal): -8180909 or 5450627. OLE color: 5450627.
HSL color Cylindrical-coordinate representation of color #832B53: hue angle of 332.73º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B53 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 43 | 83 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.49 |
| HSL | 332.73º | 0.51% | 0.34% | - |
| HSV(B) | 332.73º | 0.67% | 0.51% | - |
| XYZ | 11.79 | 7.18 | 8.95 | - |
| YUV | 73.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 83 | 0 | 0.67 | 0.37 | 0.49 | 332.73 | 0.51 | 0.34 |
| Hex | 83 | 2B | 53 | 0 | 43 | 25 | 31 | 14D | 33 | 22 |
| Octal | 203 | 53 | 123 | 0 | 103 | 45 | 61 | 515 | 63 | 42 |
| Binary | 10000011 | 101011 | 1010011 | 0 | 1000011 | 100101 | 110001 | 101001101 | 110011 | 100010 |
Color Harmonies of #832B53
Complementary color
Monochromatic Colors of #832B53
Black with #832B53
Text Example
Text Example
White with #832B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B53; }
p { color: rgb(131,43,83); }
H1.HeaderClassName
{
color: #832B53;
}
.AnyTagClassName
{
color: #832B53;
}
</style>
background-color css
<style>
a { background-color: #832B53; }
a { background-color: rgb(131,43,83); }
div.DivClassName
{
background-color: #832B53;
}
.BgClassName
{
background-color: #832B53;
}
</style>
border-color css
<style>
span { border-color: #832B53; }
span { border-color: rgb(131,43,83); }
td.TdClassName
{
border-color: #832B53;
}
.TagClassName
{
border-color: #832B53;
}
</style>