Shades of Rose Bud Cherry #80385E
Tints of Rose Bud Cherry #80385E
RGB
CMYK
RGB Variations
Color information
#80385E (or 0x80385E) is known color: Rose Bud Cherry. HEX triplet: 80, 38 and 5E. RGB value is (128,56,94). Sum of RGB (Red+Green+Blue) = 128+56+94=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #80385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80385E is #7FC7A1. Grayscale: #515151. Windows color (decimal): -8374178 or 6174848. OLE color: 6174848.
HSL color Cylindrical-coordinate representation of color #80385E: hue angle of 328.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80385E is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 94 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.50 |
| HSL | 328.33º | 0.39% | 0.36% | - |
| HSV(B) | 328.33º | 0.56% | 0.5% | - |
| XYZ | 12.34 | 8.23 | 11.53 | - |
| YUV | 81.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 94 | 0 | 0.56 | 0.27 | 0.50 | 328.33 | 0.39 | 0.36 |
| Hex | 80 | 38 | 5E | 0 | 38 | 1B | 32 | 148 | 27 | 24 |
| Octal | 200 | 70 | 136 | 0 | 70 | 33 | 62 | 510 | 47 | 44 |
| Binary | 10000000 | 111000 | 1011110 | 0 | 111000 | 11011 | 110010 | 101001000 | 100111 | 100100 |
Color Harmonies of #80385E
Complementary color
Monochromatic Colors of #80385E
Black with #80385E
Text Example
Text Example
White with #80385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80385E; }
p { color: rgb(128,56,94); }
H1.HeaderClassName
{
color: #80385E;
}
.AnyTagClassName
{
color: #80385E;
}
</style>
background-color css
<style>
a { background-color: #80385E; }
a { background-color: rgb(128,56,94); }
div.DivClassName
{
background-color: #80385E;
}
.BgClassName
{
background-color: #80385E;
}
</style>
border-color css
<style>
span { border-color: #80385E; }
span { border-color: rgb(128,56,94); }
td.TdClassName
{
border-color: #80385E;
}
.TagClassName
{
border-color: #80385E;
}
</style>