Shades of Rose Bud Cherry #80295F
Tints of Rose Bud Cherry #80295F
RGB
CMYK
RGB Variations
Color information
#80295F (or 0x80295F) is known color: Rose Bud Cherry. HEX triplet: 80, 29 and 5F. RGB value is (128,41,95). Sum of RGB (Red+Green+Blue) = 128+41+95=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #80295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80295F is #7FD6A0. Grayscale: #494949. Windows color (decimal): -8378017 or 6236544. OLE color: 6236544.
HSL color Cylindrical-coordinate representation of color #80295F: hue angle of 322.76º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80295F is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 95 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.50 |
| HSL | 322.76º | 0.51% | 0.33% | - |
| HSV(B) | 322.76º | 0.68% | 0.5% | - |
| XYZ | 11.76 | 7 | 11.56 | - |
| YUV | 73.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 95 | 0 | 0.68 | 0.26 | 0.50 | 322.76 | 0.51 | 0.33 |
| Hex | 80 | 29 | 5F | 0 | 44 | 1A | 32 | 143 | 33 | 21 |
| Octal | 200 | 51 | 137 | 0 | 104 | 32 | 62 | 503 | 63 | 41 |
| Binary | 10000000 | 101001 | 1011111 | 0 | 1000100 | 11010 | 110010 | 101000011 | 110011 | 100001 |
Color Harmonies of #80295F
Complementary color
Monochromatic Colors of #80295F
Black with #80295F
Text Example
Text Example
White with #80295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80295F; }
p { color: rgb(128,41,95); }
H1.HeaderClassName
{
color: #80295F;
}
.AnyTagClassName
{
color: #80295F;
}
</style>
background-color css
<style>
a { background-color: #80295F; }
a { background-color: rgb(128,41,95); }
div.DivClassName
{
background-color: #80295F;
}
.BgClassName
{
background-color: #80295F;
}
</style>
border-color css
<style>
span { border-color: #80295F; }
span { border-color: rgb(128,41,95); }
td.TdClassName
{
border-color: #80295F;
}
.TagClassName
{
border-color: #80295F;
}
</style>