Shades of Rose Bud Cherry #81165A
Tints of Rose Bud Cherry #81165A
RGB
CMYK
RGB Variations
Color information
#81165A (or 0x81165A) is known color: Rose Bud Cherry. HEX triplet: 81, 16 and 5A. RGB value is (129,22,90). Sum of RGB (Red+Green+Blue) = 129+22+90=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #81165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81165A is #7EE9A5. Grayscale: #3D3D3D. Windows color (decimal): -8317350 or 5904001. OLE color: 5904001.
HSL color Cylindrical-coordinate representation of color #81165A: hue angle of 321.87º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81165A is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 22 | 90 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.49 |
| HSL | 321.87º | 0.71% | 0.3% | - |
| HSV(B) | 321.87º | 0.83% | 0.51% | - |
| XYZ | 11.19 | 5.98 | 10.24 | - |
| YUV | 61.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 90 | 0 | 0.83 | 0.30 | 0.49 | 321.87 | 0.71 | 0.3 |
| Hex | 81 | 16 | 5A | 0 | 53 | 1E | 31 | 142 | 47 | 1E |
| Octal | 201 | 26 | 132 | 0 | 123 | 36 | 61 | 502 | 107 | 36 |
| Binary | 10000001 | 10110 | 1011010 | 0 | 1010011 | 11110 | 110001 | 101000010 | 1000111 | 11110 |
Color Harmonies of #81165A
Complementary color
Monochromatic Colors of #81165A
Black with #81165A
Text Example
Text Example
White with #81165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81165A; }
p { color: rgb(129,22,90); }
H1.HeaderClassName
{
color: #81165A;
}
.AnyTagClassName
{
color: #81165A;
}
</style>
background-color css
<style>
a { background-color: #81165A; }
a { background-color: rgb(129,22,90); }
div.DivClassName
{
background-color: #81165A;
}
.BgClassName
{
background-color: #81165A;
}
</style>
border-color css
<style>
span { border-color: #81165A; }
span { border-color: rgb(129,22,90); }
td.TdClassName
{
border-color: #81165A;
}
.TagClassName
{
border-color: #81165A;
}
</style>