Shades of Rose Bud Cherry #801D5D
Tints of Rose Bud Cherry #801D5D
RGB
CMYK
RGB Variations
Color information
#801D5D (or 0x801D5D) is known color: Rose Bud Cherry. HEX triplet: 80, 1D and 5D. RGB value is (128,29,93). Sum of RGB (Red+Green+Blue) = 128+29+93=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #801D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801D5D is #7FE2A2. Grayscale: #414141. Windows color (decimal): -8381091 or 6102400. OLE color: 6102400.
HSL color Cylindrical-coordinate representation of color #801D5D: hue angle of 321.21º 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 #801D5D is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 29 | 93 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.50 |
| HSL | 321.21º | 0.63% | 0.31% | - |
| HSV(B) | 321.21º | 0.77% | 0.5% | - |
| XYZ | 11.32 | 6.26 | 10.97 | - |
| YUV | 65.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 93 | 0 | 0.77 | 0.27 | 0.50 | 321.21 | 0.63 | 0.31 |
| Hex | 80 | 1D | 5D | 0 | 4D | 1B | 32 | 141 | 3F | 1F |
| Octal | 200 | 35 | 135 | 0 | 115 | 33 | 62 | 501 | 77 | 37 |
| Binary | 10000000 | 11101 | 1011101 | 0 | 1001101 | 11011 | 110010 | 101000001 | 111111 | 11111 |
Color Harmonies of #801D5D
Complementary color
Monochromatic Colors of #801D5D
Black with #801D5D
Text Example
Text Example
White with #801D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801D5D; }
p { color: rgb(128,29,93); }
H1.HeaderClassName
{
color: #801D5D;
}
.AnyTagClassName
{
color: #801D5D;
}
</style>
background-color css
<style>
a { background-color: #801D5D; }
a { background-color: rgb(128,29,93); }
div.DivClassName
{
background-color: #801D5D;
}
.BgClassName
{
background-color: #801D5D;
}
</style>
border-color css
<style>
span { border-color: #801D5D; }
span { border-color: rgb(128,29,93); }
td.TdClassName
{
border-color: #801D5D;
}
.TagClassName
{
border-color: #801D5D;
}
</style>