Shades of Rose Bud Cherry #80195C
Tints of Rose Bud Cherry #80195C
RGB
CMYK
RGB Variations
Color information
#80195C (or 0x80195C) is known color: Rose Bud Cherry. HEX triplet: 80, 19 and 5C. RGB value is (128,25,92). Sum of RGB (Red+Green+Blue) = 128+25+92=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80195C is #7FE6A3. Grayscale: #3F3F3F. Windows color (decimal): -8382116 or 6035840. OLE color: 6035840.
HSL color Cylindrical-coordinate representation of color #80195C: hue angle of 320.97º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80195C is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 92 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.50 |
| HSL | 320.97º | 0.67% | 0.3% | - |
| HSV(B) | 320.97º | 0.8% | 0.5% | - |
| XYZ | 11.18 | 6.06 | 10.71 | - |
| YUV | 63.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 92 | 0 | 0.80 | 0.28 | 0.50 | 320.97 | 0.67 | 0.3 |
| Hex | 80 | 19 | 5C | 0 | 50 | 1C | 32 | 141 | 43 | 1E |
| Octal | 200 | 31 | 134 | 0 | 120 | 34 | 62 | 501 | 103 | 36 |
| Binary | 10000000 | 11001 | 1011100 | 0 | 1010000 | 11100 | 110010 | 101000001 | 1000011 | 11110 |
Color Harmonies of #80195C
Complementary color
Monochromatic Colors of #80195C
Black with #80195C
Text Example
Text Example
White with #80195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80195C; }
p { color: rgb(128,25,92); }
H1.HeaderClassName
{
color: #80195C;
}
.AnyTagClassName
{
color: #80195C;
}
</style>
background-color css
<style>
a { background-color: #80195C; }
a { background-color: rgb(128,25,92); }
div.DivClassName
{
background-color: #80195C;
}
.BgClassName
{
background-color: #80195C;
}
</style>
border-color css
<style>
span { border-color: #80195C; }
span { border-color: rgb(128,25,92); }
td.TdClassName
{
border-color: #80195C;
}
.TagClassName
{
border-color: #80195C;
}
</style>