Shades of Rose Bud Cherry #81295E
Tints of Rose Bud Cherry #81295E
RGB
CMYK
RGB Variations
Color information
#81295E (or 0x81295E) is known color: Rose Bud Cherry. HEX triplet: 81, 29 and 5E. RGB value is (129,41,94). Sum of RGB (Red+Green+Blue) = 129+41+94=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #81295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81295E is #7ED6A1. Grayscale: #494949. Windows color (decimal): -8312482 or 6171009. OLE color: 6171009.
HSL color Cylindrical-coordinate representation of color #81295E: hue angle of 323.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81295E is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 94 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.49 |
| HSL | 323.86º | 0.52% | 0.33% | - |
| HSV(B) | 323.86º | 0.68% | 0.51% | - |
| XYZ | 11.87 | 7.06 | 11.33 | - |
| YUV | 73.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 94 | 0 | 0.68 | 0.27 | 0.49 | 323.86 | 0.52 | 0.33 |
| Hex | 81 | 29 | 5E | 0 | 44 | 1B | 31 | 144 | 34 | 21 |
| Octal | 201 | 51 | 136 | 0 | 104 | 33 | 61 | 504 | 64 | 41 |
| Binary | 10000001 | 101001 | 1011110 | 0 | 1000100 | 11011 | 110001 | 101000100 | 110100 | 100001 |
Color Harmonies of #81295E
Complementary color
Monochromatic Colors of #81295E
Black with #81295E
Text Example
Text Example
White with #81295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81295E; }
p { color: rgb(129,41,94); }
H1.HeaderClassName
{
color: #81295E;
}
.AnyTagClassName
{
color: #81295E;
}
</style>
background-color css
<style>
a { background-color: #81295E; }
a { background-color: rgb(129,41,94); }
div.DivClassName
{
background-color: #81295E;
}
.BgClassName
{
background-color: #81295E;
}
</style>
border-color css
<style>
span { border-color: #81295E; }
span { border-color: rgb(129,41,94); }
td.TdClassName
{
border-color: #81295E;
}
.TagClassName
{
border-color: #81295E;
}
</style>