Shades of Rose Bud Cherry #80315D
Tints of Rose Bud Cherry #80315D
RGB
CMYK
RGB Variations
Color information
#80315D (or 0x80315D) is known color: Rose Bud Cherry. HEX triplet: 80, 31 and 5D. RGB value is (128,49,93). Sum of RGB (Red+Green+Blue) = 128+49+93=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80315D is #7FCEA2. Grayscale: #4D4D4D. Windows color (decimal): -8375971 or 6107520. OLE color: 6107520.
HSL color Cylindrical-coordinate representation of color #80315D: hue angle of 326.58º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80315D is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 93 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.50 |
| HSL | 326.58º | 0.45% | 0.35% | - |
| HSV(B) | 326.58º | 0.62% | 0.5% | - |
| XYZ | 11.98 | 7.58 | 11.19 | - |
| YUV | 77.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 93 | 0 | 0.62 | 0.27 | 0.50 | 326.58 | 0.45 | 0.35 |
| Hex | 80 | 31 | 5D | 0 | 3E | 1B | 32 | 147 | 2D | 23 |
| Octal | 200 | 61 | 135 | 0 | 76 | 33 | 62 | 507 | 55 | 43 |
| Binary | 10000000 | 110001 | 1011101 | 0 | 111110 | 11011 | 110010 | 101000111 | 101101 | 100011 |
Color Harmonies of #80315D
Complementary color
Monochromatic Colors of #80315D
Black with #80315D
Text Example
Text Example
White with #80315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80315D; }
p { color: rgb(128,49,93); }
H1.HeaderClassName
{
color: #80315D;
}
.AnyTagClassName
{
color: #80315D;
}
</style>
background-color css
<style>
a { background-color: #80315D; }
a { background-color: rgb(128,49,93); }
div.DivClassName
{
background-color: #80315D;
}
.BgClassName
{
background-color: #80315D;
}
</style>
border-color css
<style>
span { border-color: #80315D; }
span { border-color: rgb(128,49,93); }
td.TdClassName
{
border-color: #80315D;
}
.TagClassName
{
border-color: #80315D;
}
</style>