Shades of Rose Bud Cherry #811A5C
Tints of Rose Bud Cherry #811A5C
RGB
CMYK
RGB Variations
Color information
#811A5C (or 0x811A5C) is known color: Rose Bud Cherry. HEX triplet: 81, 1A and 5C. RGB value is (129,26,92). Sum of RGB (Red+Green+Blue) = 129+26+92=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #811A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A5C is #7EE5A3. Grayscale: #404040. Windows color (decimal): -8316324 or 6036097. OLE color: 6036097.
HSL color Cylindrical-coordinate representation of color #811A5C: hue angle of 321.55º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A5C is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 92 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.49 |
| HSL | 321.55º | 0.66% | 0.3% | - |
| HSV(B) | 321.55º | 0.8% | 0.51% | - |
| XYZ | 11.35 | 6.18 | 10.72 | - |
| YUV | 64.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 92 | 0 | 0.80 | 0.29 | 0.49 | 321.55 | 0.66 | 0.3 |
| Hex | 81 | 1A | 5C | 0 | 50 | 1D | 31 | 142 | 42 | 1E |
| Octal | 201 | 32 | 134 | 0 | 120 | 35 | 61 | 502 | 102 | 36 |
| Binary | 10000001 | 11010 | 1011100 | 0 | 1010000 | 11101 | 110001 | 101000010 | 1000010 | 11110 |
Color Harmonies of #811A5C
Complementary color
Monochromatic Colors of #811A5C
Black with #811A5C
Text Example
Text Example
White with #811A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A5C; }
p { color: rgb(129,26,92); }
H1.HeaderClassName
{
color: #811A5C;
}
.AnyTagClassName
{
color: #811A5C;
}
</style>
background-color css
<style>
a { background-color: #811A5C; }
a { background-color: rgb(129,26,92); }
div.DivClassName
{
background-color: #811A5C;
}
.BgClassName
{
background-color: #811A5C;
}
</style>
border-color css
<style>
span { border-color: #811A5C; }
span { border-color: rgb(129,26,92); }
td.TdClassName
{
border-color: #811A5C;
}
.TagClassName
{
border-color: #811A5C;
}
</style>