Shades of Rose Bud Cherry #80345F
Tints of Rose Bud Cherry #80345F
RGB
CMYK
RGB Variations
Color information
#80345F (or 0x80345F) is known color: Rose Bud Cherry. HEX triplet: 80, 34 and 5F. RGB value is (128,52,95). Sum of RGB (Red+Green+Blue) = 128+52+95=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80345F is #7FCBA0. Grayscale: #4F4F4F. Windows color (decimal): -8375201 or 6239360. OLE color: 6239360.
HSL color Cylindrical-coordinate representation of color #80345F: hue angle of 326.05º degrees, saturation: 0.42, 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 #80345F is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 95 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.50 |
| HSL | 326.05º | 0.42% | 0.35% | - |
| HSV(B) | 326.05º | 0.59% | 0.5% | - |
| XYZ | 12.2 | 7.87 | 11.7 | - |
| YUV | 79.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 95 | 0 | 0.59 | 0.26 | 0.50 | 326.05 | 0.42 | 0.35 |
| Hex | 80 | 34 | 5F | 0 | 3B | 1A | 32 | 146 | 2A | 23 |
| Octal | 200 | 64 | 137 | 0 | 73 | 32 | 62 | 506 | 52 | 43 |
| Binary | 10000000 | 110100 | 1011111 | 0 | 111011 | 11010 | 110010 | 101000110 | 101010 | 100011 |
Color Harmonies of #80345F
Complementary color
Monochromatic Colors of #80345F
Black with #80345F
Text Example
Text Example
White with #80345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80345F; }
p { color: rgb(128,52,95); }
H1.HeaderClassName
{
color: #80345F;
}
.AnyTagClassName
{
color: #80345F;
}
</style>
background-color css
<style>
a { background-color: #80345F; }
a { background-color: rgb(128,52,95); }
div.DivClassName
{
background-color: #80345F;
}
.BgClassName
{
background-color: #80345F;
}
</style>
border-color css
<style>
span { border-color: #80345F; }
span { border-color: rgb(128,52,95); }
td.TdClassName
{
border-color: #80345F;
}
.TagClassName
{
border-color: #80345F;
}
</style>