Shades of Rose Bud Cherry #80265D
Tints of Rose Bud Cherry #80265D
RGB
CMYK
RGB Variations
Color information
#80265D (or 0x80265D) is known color: Rose Bud Cherry. HEX triplet: 80, 26 and 5D. RGB value is (128,38,93). Sum of RGB (Red+Green+Blue) = 128+38+93=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80265D is #7FD9A2. Grayscale: #474747. Windows color (decimal): -8378787 or 6104704. OLE color: 6104704.
HSL color Cylindrical-coordinate representation of color #80265D: hue angle of 323.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80265D is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 93 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.50 |
| HSL | 323.33º | 0.54% | 0.33% | - |
| HSV(B) | 323.33º | 0.7% | 0.5% | - |
| XYZ | 11.57 | 6.77 | 11.05 | - |
| YUV | 71.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 93 | 0 | 0.70 | 0.27 | 0.50 | 323.33 | 0.54 | 0.33 |
| Hex | 80 | 26 | 5D | 0 | 46 | 1B | 32 | 143 | 36 | 21 |
| Octal | 200 | 46 | 135 | 0 | 106 | 33 | 62 | 503 | 66 | 41 |
| Binary | 10000000 | 100110 | 1011101 | 0 | 1000110 | 11011 | 110010 | 101000011 | 110110 | 100001 |
Color Harmonies of #80265D
Complementary color
Monochromatic Colors of #80265D
Black with #80265D
Text Example
Text Example
White with #80265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80265D; }
p { color: rgb(128,38,93); }
H1.HeaderClassName
{
color: #80265D;
}
.AnyTagClassName
{
color: #80265D;
}
</style>
background-color css
<style>
a { background-color: #80265D; }
a { background-color: rgb(128,38,93); }
div.DivClassName
{
background-color: #80265D;
}
.BgClassName
{
background-color: #80265D;
}
</style>
border-color css
<style>
span { border-color: #80265D; }
span { border-color: rgb(128,38,93); }
td.TdClassName
{
border-color: #80265D;
}
.TagClassName
{
border-color: #80265D;
}
</style>