Shades of Rose Bud Cherry #80355E
Tints of Rose Bud Cherry #80355E
RGB
CMYK
RGB Variations
Color information
#80355E (or 0x80355E) is known color: Rose Bud Cherry. HEX triplet: 80, 35 and 5E. RGB value is (128,53,94). Sum of RGB (Red+Green+Blue) = 128+53+94=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80355E is #7FCAA1. Grayscale: #505050. Windows color (decimal): -8374946 or 6174080. OLE color: 6174080.
HSL color Cylindrical-coordinate representation of color #80355E: hue angle of 327.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80355E is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 94 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.50 |
| HSL | 327.2º | 0.41% | 0.35% | - |
| HSV(B) | 327.2º | 0.59% | 0.5% | - |
| XYZ | 12.2 | 7.94 | 11.48 | - |
| YUV | 80.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 94 | 0 | 0.59 | 0.27 | 0.50 | 327.2 | 0.41 | 0.35 |
| Hex | 80 | 35 | 5E | 0 | 3B | 1B | 32 | 147 | 29 | 23 |
| Octal | 200 | 65 | 136 | 0 | 73 | 33 | 62 | 507 | 51 | 43 |
| Binary | 10000000 | 110101 | 1011110 | 0 | 111011 | 11011 | 110010 | 101000111 | 101001 | 100011 |
Color Harmonies of #80355E
Complementary color
Monochromatic Colors of #80355E
Black with #80355E
Text Example
Text Example
White with #80355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80355E; }
p { color: rgb(128,53,94); }
H1.HeaderClassName
{
color: #80355E;
}
.AnyTagClassName
{
color: #80355E;
}
</style>
background-color css
<style>
a { background-color: #80355E; }
a { background-color: rgb(128,53,94); }
div.DivClassName
{
background-color: #80355E;
}
.BgClassName
{
background-color: #80355E;
}
</style>
border-color css
<style>
span { border-color: #80355E; }
span { border-color: rgb(128,53,94); }
td.TdClassName
{
border-color: #80355E;
}
.TagClassName
{
border-color: #80355E;
}
</style>