Shades of Rose Bud Cherry #811D5C
Tints of Rose Bud Cherry #811D5C
RGB
CMYK
RGB Variations
Color information
#811D5C (or 0x811D5C) is known color: Rose Bud Cherry. HEX triplet: 81, 1D and 5C. RGB value is (129,29,92). Sum of RGB (Red+Green+Blue) = 129+29+92=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #811D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811D5C is #7EE2A3. Grayscale: #414141. Windows color (decimal): -8315556 or 6036865. OLE color: 6036865.
HSL color Cylindrical-coordinate representation of color #811D5C: hue angle of 322.2º degrees, saturation: 0.63, 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 #811D5C is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 92 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.49 |
| HSL | 322.2º | 0.63% | 0.31% | - |
| HSV(B) | 322.2º | 0.78% | 0.51% | - |
| XYZ | 11.42 | 6.32 | 10.74 | - |
| YUV | 66.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 92 | 0 | 0.78 | 0.29 | 0.49 | 322.2 | 0.63 | 0.31 |
| Hex | 81 | 1D | 5C | 0 | 4E | 1D | 31 | 142 | 3F | 1F |
| Octal | 201 | 35 | 134 | 0 | 116 | 35 | 61 | 502 | 77 | 37 |
| Binary | 10000001 | 11101 | 1011100 | 0 | 1001110 | 11101 | 110001 | 101000010 | 111111 | 11111 |
Color Harmonies of #811D5C
Complementary color
Monochromatic Colors of #811D5C
Black with #811D5C
Text Example
Text Example
White with #811D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D5C; }
p { color: rgb(129,29,92); }
H1.HeaderClassName
{
color: #811D5C;
}
.AnyTagClassName
{
color: #811D5C;
}
</style>
background-color css
<style>
a { background-color: #811D5C; }
a { background-color: rgb(129,29,92); }
div.DivClassName
{
background-color: #811D5C;
}
.BgClassName
{
background-color: #811D5C;
}
</style>
border-color css
<style>
span { border-color: #811D5C; }
span { border-color: rgb(129,29,92); }
td.TdClassName
{
border-color: #811D5C;
}
.TagClassName
{
border-color: #811D5C;
}
</style>