Shades of Rose Bud Cherry #813C5A
Tints of Rose Bud Cherry #813C5A
RGB
CMYK
RGB Variations
Color information
#813C5A (or 0x813C5A) is known color: Rose Bud Cherry. HEX triplet: 81, 3C and 5A. RGB value is (129,60,90). Sum of RGB (Red+Green+Blue) = 129+60+90=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #813C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813C5A is #7EC3A5. Grayscale: #545454. Windows color (decimal): -8307622 or 5913729. OLE color: 5913729.
HSL color Cylindrical-coordinate representation of color #813C5A: hue angle of 333.91º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #813C5A is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 90 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.49 |
| HSL | 333.91º | 0.37% | 0.37% | - |
| HSV(B) | 333.91º | 0.53% | 0.51% | - |
| XYZ | 12.51 | 8.64 | 10.68 | - |
| YUV | 84.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 90 | 0 | 0.53 | 0.30 | 0.49 | 333.91 | 0.37 | 0.37 |
| Hex | 81 | 3C | 5A | 0 | 35 | 1E | 31 | 14E | 25 | 25 |
| Octal | 201 | 74 | 132 | 0 | 65 | 36 | 61 | 516 | 45 | 45 |
| Binary | 10000001 | 111100 | 1011010 | 0 | 110101 | 11110 | 110001 | 101001110 | 100101 | 100101 |
Color Harmonies of #813C5A
Complementary color
Monochromatic Colors of #813C5A
Black with #813C5A
Text Example
Text Example
White with #813C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C5A; }
p { color: rgb(129,60,90); }
H1.HeaderClassName
{
color: #813C5A;
}
.AnyTagClassName
{
color: #813C5A;
}
</style>
background-color css
<style>
a { background-color: #813C5A; }
a { background-color: rgb(129,60,90); }
div.DivClassName
{
background-color: #813C5A;
}
.BgClassName
{
background-color: #813C5A;
}
</style>
border-color css
<style>
span { border-color: #813C5A; }
span { border-color: rgb(129,60,90); }
td.TdClassName
{
border-color: #813C5A;
}
.TagClassName
{
border-color: #813C5A;
}
</style>