Shades of Rose Bud Cherry #80215C
Tints of Rose Bud Cherry #80215C
RGB
CMYK
RGB Variations
Color information
#80215C (or 0x80215C) is known color: Rose Bud Cherry. HEX triplet: 80, 21 and 5C. RGB value is (128,33,92). Sum of RGB (Red+Green+Blue) = 128+33+92=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80215C is #7FDEA3. Grayscale: #434343. Windows color (decimal): -8380068 or 6037888. OLE color: 6037888.
HSL color Cylindrical-coordinate representation of color #80215C: hue angle of 322.74º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80215C is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 92 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.50 |
| HSL | 322.74º | 0.59% | 0.32% | - |
| HSV(B) | 322.74º | 0.74% | 0.5% | - |
| XYZ | 11.38 | 6.45 | 10.77 | - |
| YUV | 68.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 92 | 0 | 0.74 | 0.28 | 0.50 | 322.74 | 0.59 | 0.32 |
| Hex | 80 | 21 | 5C | 0 | 4A | 1C | 32 | 143 | 3B | 20 |
| Octal | 200 | 41 | 134 | 0 | 112 | 34 | 62 | 503 | 73 | 40 |
| Binary | 10000000 | 100001 | 1011100 | 0 | 1001010 | 11100 | 110010 | 101000011 | 111011 | 100000 |
Color Harmonies of #80215C
Complementary color
Monochromatic Colors of #80215C
Black with #80215C
Text Example
Text Example
White with #80215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80215C; }
p { color: rgb(128,33,92); }
H1.HeaderClassName
{
color: #80215C;
}
.AnyTagClassName
{
color: #80215C;
}
</style>
background-color css
<style>
a { background-color: #80215C; }
a { background-color: rgb(128,33,92); }
div.DivClassName
{
background-color: #80215C;
}
.BgClassName
{
background-color: #80215C;
}
</style>
border-color css
<style>
span { border-color: #80215C; }
span { border-color: rgb(128,33,92); }
td.TdClassName
{
border-color: #80215C;
}
.TagClassName
{
border-color: #80215C;
}
</style>