Shades of Rose Bud Cherry #832C58
Tints of Rose Bud Cherry #832C58
RGB
CMYK
RGB Variations
Color information
#832C58 (or 0x832C58) is known color: Rose Bud Cherry. HEX triplet: 83, 2C and 58. RGB value is (131,44,88). Sum of RGB (Red+Green+Blue) = 131+44+88=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #832C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C58 is #7CD3A7. Grayscale: #4A4A4A. Windows color (decimal): -8180648 or 5778563. OLE color: 5778563.
HSL color Cylindrical-coordinate representation of color #832C58: hue angle of 329.66º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C58 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 88 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.49 |
| HSL | 329.66º | 0.5% | 0.34% | - |
| HSV(B) | 329.66º | 0.66% | 0.51% | - |
| XYZ | 12.02 | 7.33 | 10.01 | - |
| YUV | 75.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 88 | 0 | 0.66 | 0.33 | 0.49 | 329.66 | 0.5 | 0.34 |
| Hex | 83 | 2C | 58 | 0 | 42 | 21 | 31 | 14A | 32 | 22 |
| Octal | 203 | 54 | 130 | 0 | 102 | 41 | 61 | 512 | 62 | 42 |
| Binary | 10000011 | 101100 | 1011000 | 0 | 1000010 | 100001 | 110001 | 101001010 | 110010 | 100010 |
Color Harmonies of #832C58
Complementary color
Monochromatic Colors of #832C58
Black with #832C58
Text Example
Text Example
White with #832C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C58; }
p { color: rgb(131,44,88); }
H1.HeaderClassName
{
color: #832C58;
}
.AnyTagClassName
{
color: #832C58;
}
</style>
background-color css
<style>
a { background-color: #832C58; }
a { background-color: rgb(131,44,88); }
div.DivClassName
{
background-color: #832C58;
}
.BgClassName
{
background-color: #832C58;
}
</style>
border-color css
<style>
span { border-color: #832C58; }
span { border-color: rgb(131,44,88); }
td.TdClassName
{
border-color: #832C58;
}
.TagClassName
{
border-color: #832C58;
}
</style>