Shades of Rose Bud Cherry #812C63
Tints of Rose Bud Cherry #812C63
RGB
CMYK
RGB Variations
Color information
#812C63 (or 0x812C63) is known color: Rose Bud Cherry. HEX triplet: 81, 2C and 63. RGB value is (129,44,99). Sum of RGB (Red+Green+Blue) = 129+44+99=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #812C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C63 is #7ED39C. Grayscale: #4B4B4B. Windows color (decimal): -8311709 or 6499457. OLE color: 6499457.
HSL color Cylindrical-coordinate representation of color #812C63: hue angle of 321.18º degrees, saturation: 0.49, 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 #812C63 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 99 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.49 |
| HSL | 321.18º | 0.49% | 0.34% | - |
| HSV(B) | 321.18º | 0.66% | 0.51% | - |
| XYZ | 12.21 | 7.37 | 12.58 | - |
| YUV | 75.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 99 | 0 | 0.66 | 0.23 | 0.49 | 321.18 | 0.49 | 0.34 |
| Hex | 81 | 2C | 63 | 0 | 42 | 17 | 31 | 141 | 31 | 22 |
| Octal | 201 | 54 | 143 | 0 | 102 | 27 | 61 | 501 | 61 | 42 |
| Binary | 10000001 | 101100 | 1100011 | 0 | 1000010 | 10111 | 110001 | 101000001 | 110001 | 100010 |
Color Harmonies of #812C63
Complementary color
Monochromatic Colors of #812C63
Black with #812C63
Text Example
Text Example
White with #812C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C63; }
p { color: rgb(129,44,99); }
H1.HeaderClassName
{
color: #812C63;
}
.AnyTagClassName
{
color: #812C63;
}
</style>
background-color css
<style>
a { background-color: #812C63; }
a { background-color: rgb(129,44,99); }
div.DivClassName
{
background-color: #812C63;
}
.BgClassName
{
background-color: #812C63;
}
</style>
border-color css
<style>
span { border-color: #812C63; }
span { border-color: rgb(129,44,99); }
td.TdClassName
{
border-color: #812C63;
}
.TagClassName
{
border-color: #812C63;
}
</style>