Shades of Rose Bud Cherry #80265B
Tints of Rose Bud Cherry #80265B
RGB
CMYK
RGB Variations
Color information
#80265B (or 0x80265B) is known color: Rose Bud Cherry. HEX triplet: 80, 26 and 5B. RGB value is (128,38,91). Sum of RGB (Red+Green+Blue) = 128+38+91=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80265B is #7FD9A4. Grayscale: #464646. Windows color (decimal): -8378789 or 5973632. OLE color: 5973632.
HSL color Cylindrical-coordinate representation of color #80265B: hue angle of 324.67º 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 #80265B is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 91 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.50 |
| HSL | 324.67º | 0.54% | 0.33% | - |
| HSV(B) | 324.67º | 0.7% | 0.5% | - |
| XYZ | 11.48 | 6.73 | 10.59 | - |
| YUV | 70.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 91 | 0 | 0.70 | 0.29 | 0.50 | 324.67 | 0.54 | 0.33 |
| Hex | 80 | 26 | 5B | 0 | 46 | 1D | 32 | 145 | 36 | 21 |
| Octal | 200 | 46 | 133 | 0 | 106 | 35 | 62 | 505 | 66 | 41 |
| Binary | 10000000 | 100110 | 1011011 | 0 | 1000110 | 11101 | 110010 | 101000101 | 110110 | 100001 |
Color Harmonies of #80265B
Complementary color
Monochromatic Colors of #80265B
Black with #80265B
Text Example
Text Example
White with #80265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80265B; }
p { color: rgb(128,38,91); }
H1.HeaderClassName
{
color: #80265B;
}
.AnyTagClassName
{
color: #80265B;
}
</style>
background-color css
<style>
a { background-color: #80265B; }
a { background-color: rgb(128,38,91); }
div.DivClassName
{
background-color: #80265B;
}
.BgClassName
{
background-color: #80265B;
}
</style>
border-color css
<style>
span { border-color: #80265B; }
span { border-color: rgb(128,38,91); }
td.TdClassName
{
border-color: #80265B;
}
.TagClassName
{
border-color: #80265B;
}
</style>