Shades of Rose Bud Cherry #812A5E
Tints of Rose Bud Cherry #812A5E
RGB
CMYK
RGB Variations
Color information
#812A5E (or 0x812A5E) is known color: Rose Bud Cherry. HEX triplet: 81, 2A and 5E. RGB value is (129,42,94). Sum of RGB (Red+Green+Blue) = 129+42+94=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #812A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812A5E is #7ED5A1. Grayscale: #494949. Windows color (decimal): -8312226 or 6171265. OLE color: 6171265.
HSL color Cylindrical-coordinate representation of color #812A5E: hue angle of 324.14º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #812A5E is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 94 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.49 |
| HSL | 324.14º | 0.51% | 0.34% | - |
| HSV(B) | 324.14º | 0.67% | 0.51% | - |
| XYZ | 11.9 | 7.13 | 11.34 | - |
| YUV | 73.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 94 | 0 | 0.67 | 0.27 | 0.49 | 324.14 | 0.51 | 0.34 |
| Hex | 81 | 2A | 5E | 0 | 43 | 1B | 31 | 144 | 33 | 22 |
| Octal | 201 | 52 | 136 | 0 | 103 | 33 | 61 | 504 | 63 | 42 |
| Binary | 10000001 | 101010 | 1011110 | 0 | 1000011 | 11011 | 110001 | 101000100 | 110011 | 100010 |
Color Harmonies of #812A5E
Complementary color
Monochromatic Colors of #812A5E
Black with #812A5E
Text Example
Text Example
White with #812A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A5E; }
p { color: rgb(129,42,94); }
H1.HeaderClassName
{
color: #812A5E;
}
.AnyTagClassName
{
color: #812A5E;
}
</style>
background-color css
<style>
a { background-color: #812A5E; }
a { background-color: rgb(129,42,94); }
div.DivClassName
{
background-color: #812A5E;
}
.BgClassName
{
background-color: #812A5E;
}
</style>
border-color css
<style>
span { border-color: #812A5E; }
span { border-color: rgb(129,42,94); }
td.TdClassName
{
border-color: #812A5E;
}
.TagClassName
{
border-color: #812A5E;
}
</style>