Shades of Rose Bud Cherry #801D5E
Tints of Rose Bud Cherry #801D5E
RGB
CMYK
RGB Variations
Color information
#801D5E (or 0x801D5E) is known color: Rose Bud Cherry. HEX triplet: 80, 1D and 5E. RGB value is (128,29,94). Sum of RGB (Red+Green+Blue) = 128+29+94=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #801D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801D5E is #7FE2A1. Grayscale: #414141. Windows color (decimal): -8381090 or 6167936. OLE color: 6167936.
HSL color Cylindrical-coordinate representation of color #801D5E: hue angle of 320.61º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801D5E is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 29 | 94 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.50 |
| HSL | 320.61º | 0.63% | 0.31% | - |
| HSV(B) | 320.61º | 0.77% | 0.5% | - |
| XYZ | 11.36 | 6.28 | 11.2 | - |
| YUV | 66.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 94 | 0 | 0.77 | 0.27 | 0.50 | 320.61 | 0.63 | 0.31 |
| Hex | 80 | 1D | 5E | 0 | 4D | 1B | 32 | 141 | 3F | 1F |
| Octal | 200 | 35 | 136 | 0 | 115 | 33 | 62 | 501 | 77 | 37 |
| Binary | 10000000 | 11101 | 1011110 | 0 | 1001101 | 11011 | 110010 | 101000001 | 111111 | 11111 |
Color Harmonies of #801D5E
Complementary color
Monochromatic Colors of #801D5E
Black with #801D5E
Text Example
Text Example
White with #801D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801D5E; }
p { color: rgb(128,29,94); }
H1.HeaderClassName
{
color: #801D5E;
}
.AnyTagClassName
{
color: #801D5E;
}
</style>
background-color css
<style>
a { background-color: #801D5E; }
a { background-color: rgb(128,29,94); }
div.DivClassName
{
background-color: #801D5E;
}
.BgClassName
{
background-color: #801D5E;
}
</style>
border-color css
<style>
span { border-color: #801D5E; }
span { border-color: rgb(128,29,94); }
td.TdClassName
{
border-color: #801D5E;
}
.TagClassName
{
border-color: #801D5E;
}
</style>