Shades of Rose Bud Cherry #801A59
Tints of Rose Bud Cherry #801A59
RGB
CMYK
RGB Variations
Color information
#801A59 (or 0x801A59) is known color: Rose Bud Cherry. HEX triplet: 80, 1A and 59. RGB value is (128,26,89). Sum of RGB (Red+Green+Blue) = 128+26+89=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #801A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801A59 is #7FE5A6. Grayscale: #3F3F3F. Windows color (decimal): -8381863 or 5839488. OLE color: 5839488.
HSL color Cylindrical-coordinate representation of color #801A59: hue angle of 322.94º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801A59 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 26 | 89 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.50 |
| HSL | 322.94º | 0.66% | 0.3% | - |
| HSV(B) | 322.94º | 0.8% | 0.5% | - |
| XYZ | 11.07 | 6.05 | 10.04 | - |
| YUV | 63.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 89 | 0 | 0.80 | 0.30 | 0.50 | 322.94 | 0.66 | 0.3 |
| Hex | 80 | 1A | 59 | 0 | 50 | 1E | 32 | 143 | 42 | 1E |
| Octal | 200 | 32 | 131 | 0 | 120 | 36 | 62 | 503 | 102 | 36 |
| Binary | 10000000 | 11010 | 1011001 | 0 | 1010000 | 11110 | 110010 | 101000011 | 1000010 | 11110 |
Color Harmonies of #801A59
Complementary color
Monochromatic Colors of #801A59
Black with #801A59
Text Example
Text Example
White with #801A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A59; }
p { color: rgb(128,26,89); }
H1.HeaderClassName
{
color: #801A59;
}
.AnyTagClassName
{
color: #801A59;
}
</style>
background-color css
<style>
a { background-color: #801A59; }
a { background-color: rgb(128,26,89); }
div.DivClassName
{
background-color: #801A59;
}
.BgClassName
{
background-color: #801A59;
}
</style>
border-color css
<style>
span { border-color: #801A59; }
span { border-color: rgb(128,26,89); }
td.TdClassName
{
border-color: #801A59;
}
.TagClassName
{
border-color: #801A59;
}
</style>