Shades of Rose Bud Cherry #81285E
Tints of Rose Bud Cherry #81285E
RGB
CMYK
RGB Variations
Color information
#81285E (or 0x81285E) is known color: Rose Bud Cherry. HEX triplet: 81, 28 and 5E. RGB value is (129,40,94). Sum of RGB (Red+Green+Blue) = 129+40+94=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #81285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81285E is #7ED7A1. Grayscale: #484848. Windows color (decimal): -8312738 or 6170753. OLE color: 6170753.
HSL color Cylindrical-coordinate representation of color #81285E: hue angle of 323.6º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81285E is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 40 | 94 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.49 |
| HSL | 323.6º | 0.53% | 0.33% | - |
| HSV(B) | 323.6º | 0.69% | 0.51% | - |
| XYZ | 11.83 | 6.99 | 11.32 | - |
| YUV | 72.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 94 | 0 | 0.69 | 0.27 | 0.49 | 323.6 | 0.53 | 0.33 |
| Hex | 81 | 28 | 5E | 0 | 45 | 1B | 31 | 144 | 35 | 21 |
| Octal | 201 | 50 | 136 | 0 | 105 | 33 | 61 | 504 | 65 | 41 |
| Binary | 10000001 | 101000 | 1011110 | 0 | 1000101 | 11011 | 110001 | 101000100 | 110101 | 100001 |
Color Harmonies of #81285E
Complementary color
Monochromatic Colors of #81285E
Black with #81285E
Text Example
Text Example
White with #81285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81285E; }
p { color: rgb(129,40,94); }
H1.HeaderClassName
{
color: #81285E;
}
.AnyTagClassName
{
color: #81285E;
}
</style>
background-color css
<style>
a { background-color: #81285E; }
a { background-color: rgb(129,40,94); }
div.DivClassName
{
background-color: #81285E;
}
.BgClassName
{
background-color: #81285E;
}
</style>
border-color css
<style>
span { border-color: #81285E; }
span { border-color: rgb(129,40,94); }
td.TdClassName
{
border-color: #81285E;
}
.TagClassName
{
border-color: #81285E;
}
</style>