Shades of Rose Bud Cherry #81225D
Tints of Rose Bud Cherry #81225D
RGB
CMYK
RGB Variations
Color information
#81225D (or 0x81225D) is known color: Rose Bud Cherry. HEX triplet: 81, 22 and 5D. RGB value is (129,34,93). Sum of RGB (Red+Green+Blue) = 129+34+93=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81225D is #7EDDA2. Grayscale: #444444. Windows color (decimal): -8314275 or 6103681. OLE color: 6103681.
HSL color Cylindrical-coordinate representation of color #81225D: hue angle of 322.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81225D is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 34 | 93 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.49 |
| HSL | 322.74º | 0.58% | 0.32% | - |
| HSV(B) | 322.74º | 0.74% | 0.51% | - |
| XYZ | 11.6 | 6.6 | 11.02 | - |
| YUV | 69.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 93 | 0 | 0.74 | 0.28 | 0.49 | 322.74 | 0.58 | 0.32 |
| Hex | 81 | 22 | 5D | 0 | 4A | 1C | 31 | 143 | 3A | 20 |
| Octal | 201 | 42 | 135 | 0 | 112 | 34 | 61 | 503 | 72 | 40 |
| Binary | 10000001 | 100010 | 1011101 | 0 | 1001010 | 11100 | 110001 | 101000011 | 111010 | 100000 |
Color Harmonies of #81225D
Complementary color
Monochromatic Colors of #81225D
Black with #81225D
Text Example
Text Example
White with #81225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81225D; }
p { color: rgb(129,34,93); }
H1.HeaderClassName
{
color: #81225D;
}
.AnyTagClassName
{
color: #81225D;
}
</style>
background-color css
<style>
a { background-color: #81225D; }
a { background-color: rgb(129,34,93); }
div.DivClassName
{
background-color: #81225D;
}
.BgClassName
{
background-color: #81225D;
}
</style>
border-color css
<style>
span { border-color: #81225D; }
span { border-color: rgb(129,34,93); }
td.TdClassName
{
border-color: #81225D;
}
.TagClassName
{
border-color: #81225D;
}
</style>