Shades of Rose Bud Cherry #80265C
Tints of Rose Bud Cherry #80265C
RGB
CMYK
RGB Variations
Color information
#80265C (or 0x80265C) is known color: Rose Bud Cherry. HEX triplet: 80, 26 and 5C. RGB value is (128,38,92). Sum of RGB (Red+Green+Blue) = 128+38+92=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80265C is #7FD9A3. Grayscale: #464646. Windows color (decimal): -8378788 or 6039168. OLE color: 6039168.
HSL color Cylindrical-coordinate representation of color #80265C: hue angle of 324º 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 #80265C is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 92 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.50 |
| HSL | 324º | 0.54% | 0.33% | - |
| HSV(B) | 324º | 0.7% | 0.5% | - |
| XYZ | 11.53 | 6.75 | 10.82 | - |
| YUV | 71.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 92 | 0 | 0.70 | 0.28 | 0.50 | 324 | 0.54 | 0.33 |
| Hex | 80 | 26 | 5C | 0 | 46 | 1C | 32 | 144 | 36 | 21 |
| Octal | 200 | 46 | 134 | 0 | 106 | 34 | 62 | 504 | 66 | 41 |
| Binary | 10000000 | 100110 | 1011100 | 0 | 1000110 | 11100 | 110010 | 101000100 | 110110 | 100001 |
Color Harmonies of #80265C
Complementary color
Monochromatic Colors of #80265C
Black with #80265C
Text Example
Text Example
White with #80265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80265C; }
p { color: rgb(128,38,92); }
H1.HeaderClassName
{
color: #80265C;
}
.AnyTagClassName
{
color: #80265C;
}
</style>
background-color css
<style>
a { background-color: #80265C; }
a { background-color: rgb(128,38,92); }
div.DivClassName
{
background-color: #80265C;
}
.BgClassName
{
background-color: #80265C;
}
</style>
border-color css
<style>
span { border-color: #80265C; }
span { border-color: rgb(128,38,92); }
td.TdClassName
{
border-color: #80265C;
}
.TagClassName
{
border-color: #80265C;
}
</style>