Shades of Rose Bud Cherry #80375E
Tints of Rose Bud Cherry #80375E
RGB
CMYK
RGB Variations
Color information
#80375E (or 0x80375E) is known color: Rose Bud Cherry. HEX triplet: 80, 37 and 5E. RGB value is (128,55,94). Sum of RGB (Red+Green+Blue) = 128+55+94=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80375E is #7FC8A1. Grayscale: #515151. Windows color (decimal): -8374434 or 6174592. OLE color: 6174592.
HSL color Cylindrical-coordinate representation of color #80375E: hue angle of 327.95º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80375E is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 94 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.50 |
| HSL | 327.95º | 0.4% | 0.36% | - |
| HSV(B) | 327.95º | 0.57% | 0.5% | - |
| XYZ | 12.29 | 8.13 | 11.51 | - |
| YUV | 81.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 94 | 0 | 0.57 | 0.27 | 0.50 | 327.95 | 0.4 | 0.36 |
| Hex | 80 | 37 | 5E | 0 | 39 | 1B | 32 | 148 | 28 | 24 |
| Octal | 200 | 67 | 136 | 0 | 71 | 33 | 62 | 510 | 50 | 44 |
| Binary | 10000000 | 110111 | 1011110 | 0 | 111001 | 11011 | 110010 | 101001000 | 101000 | 100100 |
Color Harmonies of #80375E
Complementary color
Monochromatic Colors of #80375E
Black with #80375E
Text Example
Text Example
White with #80375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80375E; }
p { color: rgb(128,55,94); }
H1.HeaderClassName
{
color: #80375E;
}
.AnyTagClassName
{
color: #80375E;
}
</style>
background-color css
<style>
a { background-color: #80375E; }
a { background-color: rgb(128,55,94); }
div.DivClassName
{
background-color: #80375E;
}
.BgClassName
{
background-color: #80375E;
}
</style>
border-color css
<style>
span { border-color: #80375E; }
span { border-color: rgb(128,55,94); }
td.TdClassName
{
border-color: #80375E;
}
.TagClassName
{
border-color: #80375E;
}
</style>