Shades of Rose Bud Cherry #811C53
Tints of Rose Bud Cherry #811C53
RGB
CMYK
RGB Variations
Color information
#811C53 (or 0x811C53) is known color: Rose Bud Cherry. HEX triplet: 81, 1C and 53. RGB value is (129,28,83). Sum of RGB (Red+Green+Blue) = 129+28+83=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #811C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811C53 is #7EE3AC. Grayscale: #404040. Windows color (decimal): -8315821 or 5446785. OLE color: 5446785.
HSL color Cylindrical-coordinate representation of color #811C53: hue angle of 327.33º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811C53 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 83 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.49 |
| HSL | 327.33º | 0.64% | 0.31% | - |
| HSV(B) | 327.33º | 0.78% | 0.51% | - |
| XYZ | 11.03 | 6.12 | 8.78 | - |
| YUV | 64.47 | 138.46 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 83 | 0 | 0.78 | 0.36 | 0.49 | 327.33 | 0.64 | 0.31 |
| Hex | 81 | 1C | 53 | 0 | 4E | 24 | 31 | 147 | 40 | 1F |
| Octal | 201 | 34 | 123 | 0 | 116 | 44 | 61 | 507 | 100 | 37 |
| Binary | 10000001 | 11100 | 1010011 | 0 | 1001110 | 100100 | 110001 | 101000111 | 1000000 | 11111 |
Color Harmonies of #811C53
Complementary color
Monochromatic Colors of #811C53
Black with #811C53
Text Example
Text Example
White with #811C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C53; }
p { color: rgb(129,28,83); }
H1.HeaderClassName
{
color: #811C53;
}
.AnyTagClassName
{
color: #811C53;
}
</style>
background-color css
<style>
a { background-color: #811C53; }
a { background-color: rgb(129,28,83); }
div.DivClassName
{
background-color: #811C53;
}
.BgClassName
{
background-color: #811C53;
}
</style>
border-color css
<style>
span { border-color: #811C53; }
span { border-color: rgb(129,28,83); }
td.TdClassName
{
border-color: #811C53;
}
.TagClassName
{
border-color: #811C53;
}
</style>