Shades of Rose Bud Cherry #822F5C
Tints of Rose Bud Cherry #822F5C
RGB
CMYK
RGB Variations
Color information
#822F5C (or 0x822F5C) is known color: Rose Bud Cherry. HEX triplet: 82, 2F and 5C. RGB value is (130,47,92). Sum of RGB (Red+Green+Blue) = 130+47+92=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #822F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822F5C is #7DD0A3. Grayscale: #4C4C4C. Windows color (decimal): -8245412 or 6041474. OLE color: 6041474.
HSL color Cylindrical-coordinate representation of color #822F5C: hue angle of 327.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #822F5C is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 47 | 92 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.49 |
| HSL | 327.47º | 0.47% | 0.35% | - |
| HSV(B) | 327.47º | 0.64% | 0.51% | - |
| XYZ | 12.15 | 7.55 | 10.94 | - |
| YUV | 76.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 92 | 0 | 0.64 | 0.29 | 0.49 | 327.47 | 0.47 | 0.35 |
| Hex | 82 | 2F | 5C | 0 | 40 | 1D | 31 | 147 | 2F | 23 |
| Octal | 202 | 57 | 134 | 0 | 100 | 35 | 61 | 507 | 57 | 43 |
| Binary | 10000010 | 101111 | 1011100 | 0 | 1000000 | 11101 | 110001 | 101000111 | 101111 | 100011 |
Color Harmonies of #822F5C
Complementary color
Monochromatic Colors of #822F5C
Black with #822F5C
Text Example
Text Example
White with #822F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F5C; }
p { color: rgb(130,47,92); }
H1.HeaderClassName
{
color: #822F5C;
}
.AnyTagClassName
{
color: #822F5C;
}
</style>
background-color css
<style>
a { background-color: #822F5C; }
a { background-color: rgb(130,47,92); }
div.DivClassName
{
background-color: #822F5C;
}
.BgClassName
{
background-color: #822F5C;
}
</style>
border-color css
<style>
span { border-color: #822F5C; }
span { border-color: rgb(130,47,92); }
td.TdClassName
{
border-color: #822F5C;
}
.TagClassName
{
border-color: #822F5C;
}
</style>