Shades of Rose Bud Cherry #832C64
Tints of Rose Bud Cherry #832C64
RGB
CMYK
RGB Variations
Color information
#832C64 (or 0x832C64) is known color: Rose Bud Cherry. HEX triplet: 83, 2C and 64. RGB value is (131,44,100). Sum of RGB (Red+Green+Blue) = 131+44+100=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #832C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C64 is #7CD39B. Grayscale: #4C4C4C. Windows color (decimal): -8180636 or 6564995. OLE color: 6564995.
HSL color Cylindrical-coordinate representation of color #832C64: hue angle of 321.38º 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 #832C64 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 100 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.49 |
| HSL | 321.38º | 0.5% | 0.34% | - |
| HSV(B) | 321.38º | 0.66% | 0.51% | - |
| XYZ | 12.56 | 7.55 | 12.85 | - |
| YUV | 76.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 100 | 0 | 0.66 | 0.24 | 0.49 | 321.38 | 0.5 | 0.34 |
| Hex | 83 | 2C | 64 | 0 | 42 | 18 | 31 | 141 | 32 | 22 |
| Octal | 203 | 54 | 144 | 0 | 102 | 30 | 61 | 501 | 62 | 42 |
| Binary | 10000011 | 101100 | 1100100 | 0 | 1000010 | 11000 | 110001 | 101000001 | 110010 | 100010 |
Color Harmonies of #832C64
Complementary color
Monochromatic Colors of #832C64
Black with #832C64
Text Example
Text Example
White with #832C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C64; }
p { color: rgb(131,44,100); }
H1.HeaderClassName
{
color: #832C64;
}
.AnyTagClassName
{
color: #832C64;
}
</style>
background-color css
<style>
a { background-color: #832C64; }
a { background-color: rgb(131,44,100); }
div.DivClassName
{
background-color: #832C64;
}
.BgClassName
{
background-color: #832C64;
}
</style>
border-color css
<style>
span { border-color: #832C64; }
span { border-color: rgb(131,44,100); }
td.TdClassName
{
border-color: #832C64;
}
.TagClassName
{
border-color: #832C64;
}
</style>