Shades of Rose Bud Cherry #812E58
Tints of Rose Bud Cherry #812E58
RGB
CMYK
RGB Variations
Color information
#812E58 (or 0x812E58) is known color: Rose Bud Cherry. HEX triplet: 81, 2E and 58. RGB value is (129,46,88). Sum of RGB (Red+Green+Blue) = 129+46+88=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #812E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812E58 is #7ED1A7. Grayscale: #4B4B4B. Windows color (decimal): -8311208 or 5779073. OLE color: 5779073.
HSL color Cylindrical-coordinate representation of color #812E58: hue angle of 329.64º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812E58 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 46 | 88 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.49 |
| HSL | 329.64º | 0.47% | 0.34% | - |
| HSV(B) | 329.64º | 0.64% | 0.51% | - |
| XYZ | 11.79 | 7.33 | 10.03 | - |
| YUV | 75.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 88 | 0 | 0.64 | 0.32 | 0.49 | 329.64 | 0.47 | 0.34 |
| Hex | 81 | 2E | 58 | 0 | 40 | 20 | 31 | 14A | 2F | 22 |
| Octal | 201 | 56 | 130 | 0 | 100 | 40 | 61 | 512 | 57 | 42 |
| Binary | 10000001 | 101110 | 1011000 | 0 | 1000000 | 100000 | 110001 | 101001010 | 101111 | 100010 |
Color Harmonies of #812E58
Complementary color
Monochromatic Colors of #812E58
Black with #812E58
Text Example
Text Example
White with #812E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812E58; }
p { color: rgb(129,46,88); }
H1.HeaderClassName
{
color: #812E58;
}
.AnyTagClassName
{
color: #812E58;
}
</style>
background-color css
<style>
a { background-color: #812E58; }
a { background-color: rgb(129,46,88); }
div.DivClassName
{
background-color: #812E58;
}
.BgClassName
{
background-color: #812E58;
}
</style>
border-color css
<style>
span { border-color: #812E58; }
span { border-color: rgb(129,46,88); }
td.TdClassName
{
border-color: #812E58;
}
.TagClassName
{
border-color: #812E58;
}
</style>