Shades of Rose Bud Cherry #801F57
Tints of Rose Bud Cherry #801F57
RGB
CMYK
RGB Variations
Color information
#801F57 (or 0x801F57) is known color: Rose Bud Cherry. HEX triplet: 80, 1F and 57. RGB value is (128,31,87). Sum of RGB (Red+Green+Blue) = 128+31+87=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #801F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801F57 is #7FE0A8. Grayscale: #424242. Windows color (decimal): -8380585 or 5709696. OLE color: 5709696.
HSL color Cylindrical-coordinate representation of color #801F57: hue angle of 325.36º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #801F57 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 31 | 87 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.50 |
| HSL | 325.36º | 0.61% | 0.31% | - |
| HSV(B) | 325.36º | 0.76% | 0.5% | - |
| XYZ | 11.11 | 6.26 | 9.64 | - |
| YUV | 66.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 87 | 0 | 0.76 | 0.32 | 0.50 | 325.36 | 0.61 | 0.31 |
| Hex | 80 | 1F | 57 | 0 | 4C | 20 | 32 | 145 | 3D | 1F |
| Octal | 200 | 37 | 127 | 0 | 114 | 40 | 62 | 505 | 75 | 37 |
| Binary | 10000000 | 11111 | 1010111 | 0 | 1001100 | 100000 | 110010 | 101000101 | 111101 | 11111 |
Color Harmonies of #801F57
Complementary color
Monochromatic Colors of #801F57
Black with #801F57
Text Example
Text Example
White with #801F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801F57; }
p { color: rgb(128,31,87); }
H1.HeaderClassName
{
color: #801F57;
}
.AnyTagClassName
{
color: #801F57;
}
</style>
background-color css
<style>
a { background-color: #801F57; }
a { background-color: rgb(128,31,87); }
div.DivClassName
{
background-color: #801F57;
}
.BgClassName
{
background-color: #801F57;
}
</style>
border-color css
<style>
span { border-color: #801F57; }
span { border-color: rgb(128,31,87); }
td.TdClassName
{
border-color: #801F57;
}
.TagClassName
{
border-color: #801F57;
}
</style>