Shades of Rose Bud Cherry #822E57
Tints of Rose Bud Cherry #822E57
RGB
CMYK
RGB Variations
Color information
#822E57 (or 0x822E57) is known color: Rose Bud Cherry. HEX triplet: 82, 2E and 57. RGB value is (130,46,87). Sum of RGB (Red+Green+Blue) = 130+46+87=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #822E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822E57 is #7DD1A8. Grayscale: #4B4B4B. Windows color (decimal): -8245673 or 5713538. OLE color: 5713538.
HSL color Cylindrical-coordinate representation of color #822E57: hue angle of 330.71º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822E57 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 46 | 87 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.49 |
| HSL | 330.71º | 0.48% | 0.35% | - |
| HSV(B) | 330.71º | 0.65% | 0.51% | - |
| XYZ | 11.9 | 7.39 | 9.82 | - |
| YUV | 75.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 87 | 0 | 0.65 | 0.33 | 0.49 | 330.71 | 0.48 | 0.35 |
| Hex | 82 | 2E | 57 | 0 | 41 | 21 | 31 | 14B | 30 | 23 |
| Octal | 202 | 56 | 127 | 0 | 101 | 41 | 61 | 513 | 60 | 43 |
| Binary | 10000010 | 101110 | 1010111 | 0 | 1000001 | 100001 | 110001 | 101001011 | 110000 | 100011 |
Color Harmonies of #822E57
Complementary color
Monochromatic Colors of #822E57
Black with #822E57
Text Example
Text Example
White with #822E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822E57; }
p { color: rgb(130,46,87); }
H1.HeaderClassName
{
color: #822E57;
}
.AnyTagClassName
{
color: #822E57;
}
</style>
background-color css
<style>
a { background-color: #822E57; }
a { background-color: rgb(130,46,87); }
div.DivClassName
{
background-color: #822E57;
}
.BgClassName
{
background-color: #822E57;
}
</style>
border-color css
<style>
span { border-color: #822E57; }
span { border-color: rgb(130,46,87); }
td.TdClassName
{
border-color: #822E57;
}
.TagClassName
{
border-color: #822E57;
}
</style>