Shades of Rose Bud Cherry #832D64
Tints of Rose Bud Cherry #832D64
RGB
CMYK
RGB Variations
Color information
#832D64 (or 0x832D64) is known color: Rose Bud Cherry. HEX triplet: 83, 2D and 64. RGB value is (131,45,100). Sum of RGB (Red+Green+Blue) = 131+45+100=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #832D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D64 is #7CD29B. Grayscale: #4C4C4C. Windows color (decimal): -8180380 or 6565251. OLE color: 6565251.
HSL color Cylindrical-coordinate representation of color #832D64: hue angle of 321.63º 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 #832D64 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 100 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.49 |
| HSL | 321.63º | 0.49% | 0.35% | - |
| HSV(B) | 321.63º | 0.66% | 0.51% | - |
| XYZ | 12.6 | 7.62 | 12.86 | - |
| YUV | 76.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 100 | 0 | 0.66 | 0.24 | 0.49 | 321.63 | 0.49 | 0.35 |
| Hex | 83 | 2D | 64 | 0 | 42 | 18 | 31 | 142 | 31 | 23 |
| Octal | 203 | 55 | 144 | 0 | 102 | 30 | 61 | 502 | 61 | 43 |
| Binary | 10000011 | 101101 | 1100100 | 0 | 1000010 | 11000 | 110001 | 101000010 | 110001 | 100011 |
Color Harmonies of #832D64
Complementary color
Monochromatic Colors of #832D64
Black with #832D64
Text Example
Text Example
White with #832D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D64; }
p { color: rgb(131,45,100); }
H1.HeaderClassName
{
color: #832D64;
}
.AnyTagClassName
{
color: #832D64;
}
</style>
background-color css
<style>
a { background-color: #832D64; }
a { background-color: rgb(131,45,100); }
div.DivClassName
{
background-color: #832D64;
}
.BgClassName
{
background-color: #832D64;
}
</style>
border-color css
<style>
span { border-color: #832D64; }
span { border-color: rgb(131,45,100); }
td.TdClassName
{
border-color: #832D64;
}
.TagClassName
{
border-color: #832D64;
}
</style>