Shades of Rose Bud Cherry #81255A
Tints of Rose Bud Cherry #81255A
RGB
CMYK
RGB Variations
Color information
#81255A (or 0x81255A) is known color: Rose Bud Cherry. HEX triplet: 81, 25 and 5A. RGB value is (129,37,90). Sum of RGB (Red+Green+Blue) = 129+37+90=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #81255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81255A is #7EDAA5. Grayscale: #464646. Windows color (decimal): -8313510 or 5907841. OLE color: 5907841.
HSL color Cylindrical-coordinate representation of color #81255A: hue angle of 325.43º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81255A is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 90 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.49 |
| HSL | 325.43º | 0.55% | 0.33% | - |
| HSV(B) | 325.43º | 0.71% | 0.51% | - |
| XYZ | 11.56 | 6.73 | 10.36 | - |
| YUV | 70.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 90 | 0 | 0.71 | 0.30 | 0.49 | 325.43 | 0.55 | 0.33 |
| Hex | 81 | 25 | 5A | 0 | 47 | 1E | 31 | 145 | 37 | 21 |
| Octal | 201 | 45 | 132 | 0 | 107 | 36 | 61 | 505 | 67 | 41 |
| Binary | 10000001 | 100101 | 1011010 | 0 | 1000111 | 11110 | 110001 | 101000101 | 110111 | 100001 |
Color Harmonies of #81255A
Complementary color
Monochromatic Colors of #81255A
Black with #81255A
Text Example
Text Example
White with #81255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81255A; }
p { color: rgb(129,37,90); }
H1.HeaderClassName
{
color: #81255A;
}
.AnyTagClassName
{
color: #81255A;
}
</style>
background-color css
<style>
a { background-color: #81255A; }
a { background-color: rgb(129,37,90); }
div.DivClassName
{
background-color: #81255A;
}
.BgClassName
{
background-color: #81255A;
}
</style>
border-color css
<style>
span { border-color: #81255A; }
span { border-color: rgb(129,37,90); }
td.TdClassName
{
border-color: #81255A;
}
.TagClassName
{
border-color: #81255A;
}
</style>