Shades of Rose Bud Cherry #81215E
Tints of Rose Bud Cherry #81215E
RGB
CMYK
RGB Variations
Color information
#81215E (or 0x81215E) is known color: Rose Bud Cherry. HEX triplet: 81, 21 and 5E. RGB value is (129,33,94). Sum of RGB (Red+Green+Blue) = 129+33+94=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81215E is #7EDEA1. Grayscale: #444444. Windows color (decimal): -8314530 or 6168961. OLE color: 6168961.
HSL color Cylindrical-coordinate representation of color #81215E: hue angle of 321.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81215E is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 94 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.49 |
| HSL | 321.88º | 0.59% | 0.32% | - |
| HSV(B) | 321.88º | 0.74% | 0.51% | - |
| XYZ | 11.62 | 6.56 | 11.24 | - |
| YUV | 68.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 94 | 0 | 0.74 | 0.27 | 0.49 | 321.88 | 0.59 | 0.32 |
| Hex | 81 | 21 | 5E | 0 | 4A | 1B | 31 | 142 | 3B | 20 |
| Octal | 201 | 41 | 136 | 0 | 112 | 33 | 61 | 502 | 73 | 40 |
| Binary | 10000001 | 100001 | 1011110 | 0 | 1001010 | 11011 | 110001 | 101000010 | 111011 | 100000 |
Color Harmonies of #81215E
Complementary color
Monochromatic Colors of #81215E
Black with #81215E
Text Example
Text Example
White with #81215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81215E; }
p { color: rgb(129,33,94); }
H1.HeaderClassName
{
color: #81215E;
}
.AnyTagClassName
{
color: #81215E;
}
</style>
background-color css
<style>
a { background-color: #81215E; }
a { background-color: rgb(129,33,94); }
div.DivClassName
{
background-color: #81215E;
}
.BgClassName
{
background-color: #81215E;
}
</style>
border-color css
<style>
span { border-color: #81215E; }
span { border-color: rgb(129,33,94); }
td.TdClassName
{
border-color: #81215E;
}
.TagClassName
{
border-color: #81215E;
}
</style>