Shades of Rose Bud Cherry #812C5E
Tints of Rose Bud Cherry #812C5E
RGB
CMYK
RGB Variations
Color information
#812C5E (or 0x812C5E) is known color: Rose Bud Cherry. HEX triplet: 81, 2C and 5E. RGB value is (129,44,94). Sum of RGB (Red+Green+Blue) = 129+44+94=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #812C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C5E is #7ED3A1. Grayscale: #4B4B4B. Windows color (decimal): -8311714 or 6171777. OLE color: 6171777.
HSL color Cylindrical-coordinate representation of color #812C5E: hue angle of 324.71º 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 #812C5E is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 94 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.49 |
| HSL | 324.71º | 0.49% | 0.34% | - |
| HSV(B) | 324.71º | 0.66% | 0.51% | - |
| XYZ | 11.97 | 7.28 | 11.36 | - |
| YUV | 75.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 94 | 0 | 0.66 | 0.27 | 0.49 | 324.71 | 0.49 | 0.34 |
| Hex | 81 | 2C | 5E | 0 | 42 | 1B | 31 | 145 | 31 | 22 |
| Octal | 201 | 54 | 136 | 0 | 102 | 33 | 61 | 505 | 61 | 42 |
| Binary | 10000001 | 101100 | 1011110 | 0 | 1000010 | 11011 | 110001 | 101000101 | 110001 | 100010 |
Color Harmonies of #812C5E
Complementary color
Monochromatic Colors of #812C5E
Black with #812C5E
Text Example
Text Example
White with #812C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C5E; }
p { color: rgb(129,44,94); }
H1.HeaderClassName
{
color: #812C5E;
}
.AnyTagClassName
{
color: #812C5E;
}
</style>
background-color css
<style>
a { background-color: #812C5E; }
a { background-color: rgb(129,44,94); }
div.DivClassName
{
background-color: #812C5E;
}
.BgClassName
{
background-color: #812C5E;
}
</style>
border-color css
<style>
span { border-color: #812C5E; }
span { border-color: rgb(129,44,94); }
td.TdClassName
{
border-color: #812C5E;
}
.TagClassName
{
border-color: #812C5E;
}
</style>