Shades of Rose Bud Cherry #812153
Tints of Rose Bud Cherry #812153
RGB
CMYK
RGB Variations
Color information
#812153 (or 0x812153) is known color: Rose Bud Cherry. HEX triplet: 81, 21 and 53. RGB value is (129,33,83). Sum of RGB (Red+Green+Blue) = 129+33+83=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #812153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812153 is #7EDEAC. Grayscale: #434343. Windows color (decimal): -8314541 or 5448065. OLE color: 5448065.
HSL color Cylindrical-coordinate representation of color #812153: hue angle of 328.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812153 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 83 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.49 |
| HSL | 328.75º | 0.59% | 0.32% | - |
| HSV(B) | 328.75º | 0.74% | 0.51% | - |
| XYZ | 11.16 | 6.38 | 8.83 | - |
| YUV | 67.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 83 | 0 | 0.74 | 0.36 | 0.49 | 328.75 | 0.59 | 0.32 |
| Hex | 81 | 21 | 53 | 0 | 4A | 24 | 31 | 149 | 3B | 20 |
| Octal | 201 | 41 | 123 | 0 | 112 | 44 | 61 | 511 | 73 | 40 |
| Binary | 10000001 | 100001 | 1010011 | 0 | 1001010 | 100100 | 110001 | 101001001 | 111011 | 100000 |
Color Harmonies of #812153
Complementary color
Monochromatic Colors of #812153
Black with #812153
Text Example
Text Example
White with #812153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812153; }
p { color: rgb(129,33,83); }
H1.HeaderClassName
{
color: #812153;
}
.AnyTagClassName
{
color: #812153;
}
</style>
background-color css
<style>
a { background-color: #812153; }
a { background-color: rgb(129,33,83); }
div.DivClassName
{
background-color: #812153;
}
.BgClassName
{
background-color: #812153;
}
</style>
border-color css
<style>
span { border-color: #812153; }
span { border-color: rgb(129,33,83); }
td.TdClassName
{
border-color: #812153;
}
.TagClassName
{
border-color: #812153;
}
</style>