Shades of Rose Bud Cherry #802F5E
Tints of Rose Bud Cherry #802F5E
RGB
CMYK
RGB Variations
Color information
#802F5E (or 0x802F5E) is known color: Rose Bud Cherry. HEX triplet: 80, 2F and 5E. RGB value is (128,47,94). Sum of RGB (Red+Green+Blue) = 128+47+94=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #802F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802F5E is #7FD0A1. Grayscale: #4C4C4C. Windows color (decimal): -8376482 or 6172544. OLE color: 6172544.
HSL color Cylindrical-coordinate representation of color #802F5E: hue angle of 325.19º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #802F5E is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 47 | 94 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.50 |
| HSL | 325.19º | 0.46% | 0.34% | - |
| HSV(B) | 325.19º | 0.63% | 0.5% | - |
| XYZ | 11.94 | 7.43 | 11.39 | - |
| YUV | 76.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 94 | 0 | 0.63 | 0.27 | 0.50 | 325.19 | 0.46 | 0.34 |
| Hex | 80 | 2F | 5E | 0 | 3F | 1B | 32 | 145 | 2E | 22 |
| Octal | 200 | 57 | 136 | 0 | 77 | 33 | 62 | 505 | 56 | 42 |
| Binary | 10000000 | 101111 | 1011110 | 0 | 111111 | 11011 | 110010 | 101000101 | 101110 | 100010 |
Color Harmonies of #802F5E
Complementary color
Monochromatic Colors of #802F5E
Black with #802F5E
Text Example
Text Example
White with #802F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F5E; }
p { color: rgb(128,47,94); }
H1.HeaderClassName
{
color: #802F5E;
}
.AnyTagClassName
{
color: #802F5E;
}
</style>
background-color css
<style>
a { background-color: #802F5E; }
a { background-color: rgb(128,47,94); }
div.DivClassName
{
background-color: #802F5E;
}
.BgClassName
{
background-color: #802F5E;
}
</style>
border-color css
<style>
span { border-color: #802F5E; }
span { border-color: rgb(128,47,94); }
td.TdClassName
{
border-color: #802F5E;
}
.TagClassName
{
border-color: #802F5E;
}
</style>