Shades of Rose Bud Cherry #813A5A
Tints of Rose Bud Cherry #813A5A
RGB
CMYK
RGB Variations
Color information
#813A5A (or 0x813A5A) is known color: Rose Bud Cherry. HEX triplet: 81, 3A and 5A. RGB value is (129,58,90). Sum of RGB (Red+Green+Blue) = 129+58+90=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #813A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813A5A is #7EC5A5. Grayscale: #525252. Windows color (decimal): -8308134 or 5913217. OLE color: 5913217.
HSL color Cylindrical-coordinate representation of color #813A5A: hue angle of 332.96º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813A5A is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 90 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.49 |
| HSL | 332.96º | 0.38% | 0.37% | - |
| HSV(B) | 332.96º | 0.55% | 0.51% | - |
| XYZ | 12.41 | 8.43 | 10.65 | - |
| YUV | 82.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 90 | 0 | 0.55 | 0.30 | 0.49 | 332.96 | 0.38 | 0.37 |
| Hex | 81 | 3A | 5A | 0 | 37 | 1E | 31 | 14D | 26 | 25 |
| Octal | 201 | 72 | 132 | 0 | 67 | 36 | 61 | 515 | 46 | 45 |
| Binary | 10000001 | 111010 | 1011010 | 0 | 110111 | 11110 | 110001 | 101001101 | 100110 | 100101 |
Color Harmonies of #813A5A
Complementary color
Monochromatic Colors of #813A5A
Black with #813A5A
Text Example
Text Example
White with #813A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A5A; }
p { color: rgb(129,58,90); }
H1.HeaderClassName
{
color: #813A5A;
}
.AnyTagClassName
{
color: #813A5A;
}
</style>
background-color css
<style>
a { background-color: #813A5A; }
a { background-color: rgb(129,58,90); }
div.DivClassName
{
background-color: #813A5A;
}
.BgClassName
{
background-color: #813A5A;
}
</style>
border-color css
<style>
span { border-color: #813A5A; }
span { border-color: rgb(129,58,90); }
td.TdClassName
{
border-color: #813A5A;
}
.TagClassName
{
border-color: #813A5A;
}
</style>