Shades of Rose Bud Cherry #81155A
Tints of Rose Bud Cherry #81155A
RGB
CMYK
RGB Variations
Color information
#81155A (or 0x81155A) is known color: Rose Bud Cherry. HEX triplet: 81, 15 and 5A. RGB value is (129,21,90). Sum of RGB (Red+Green+Blue) = 129+21+90=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81155A is #7EEAA5. Grayscale: #3C3C3C. Windows color (decimal): -8317606 or 5903745. OLE color: 5903745.
HSL color Cylindrical-coordinate representation of color #81155A: hue angle of 321.67º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81155A is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 90 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.49 |
| HSL | 321.67º | 0.72% | 0.29% | - |
| HSV(B) | 321.67º | 0.84% | 0.51% | - |
| XYZ | 11.17 | 5.94 | 10.23 | - |
| YUV | 61.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 90 | 0 | 0.84 | 0.30 | 0.49 | 321.67 | 0.72 | 0.29 |
| Hex | 81 | 15 | 5A | 0 | 54 | 1E | 31 | 142 | 48 | 1D |
| Octal | 201 | 25 | 132 | 0 | 124 | 36 | 61 | 502 | 110 | 35 |
| Binary | 10000001 | 10101 | 1011010 | 0 | 1010100 | 11110 | 110001 | 101000010 | 1001000 | 11101 |
Color Harmonies of #81155A
Complementary color
Monochromatic Colors of #81155A
Black with #81155A
Text Example
Text Example
White with #81155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81155A; }
p { color: rgb(129,21,90); }
H1.HeaderClassName
{
color: #81155A;
}
.AnyTagClassName
{
color: #81155A;
}
</style>
background-color css
<style>
a { background-color: #81155A; }
a { background-color: rgb(129,21,90); }
div.DivClassName
{
background-color: #81155A;
}
.BgClassName
{
background-color: #81155A;
}
</style>
border-color css
<style>
span { border-color: #81155A; }
span { border-color: rgb(129,21,90); }
td.TdClassName
{
border-color: #81155A;
}
.TagClassName
{
border-color: #81155A;
}
</style>