Shades of Flirt #80274E
Tints of Flirt #80274E
RGB
CMYK
RGB Variations
Color information
#80274E (or 0x80274E) is known color: Flirt. HEX triplet: 80, 27 and 4E. RGB value is (128,39,78). Sum of RGB (Red+Green+Blue) = 128+39+78=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80274E is #7FD8B1. Grayscale: #454545. Windows color (decimal): -8378546 or 5121920. OLE color: 5121920.
HSL color Cylindrical-coordinate representation of color #80274E: hue angle of 333.71º degrees, saturation: 0.53, 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 #80274E is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 78 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.50 |
| HSL | 333.71º | 0.53% | 0.33% | - |
| HSV(B) | 333.71º | 0.7% | 0.5% | - |
| XYZ | 11 | 6.59 | 7.9 | - |
| YUV | 70.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 78 | 0 | 0.70 | 0.39 | 0.50 | 333.71 | 0.53 | 0.33 |
| Hex | 80 | 27 | 4E | 0 | 46 | 27 | 32 | 14E | 35 | 21 |
| Octal | 200 | 47 | 116 | 0 | 106 | 47 | 62 | 516 | 65 | 41 |
| Binary | 10000000 | 100111 | 1001110 | 0 | 1000110 | 100111 | 110010 | 101001110 | 110101 | 100001 |
Color Harmonies of #80274E
Complementary color
Monochromatic Colors of #80274E
Black with #80274E
Text Example
Text Example
White with #80274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80274E; }
p { color: rgb(128,39,78); }
H1.HeaderClassName
{
color: #80274E;
}
.AnyTagClassName
{
color: #80274E;
}
</style>
background-color css
<style>
a { background-color: #80274E; }
a { background-color: rgb(128,39,78); }
div.DivClassName
{
background-color: #80274E;
}
.BgClassName
{
background-color: #80274E;
}
</style>
border-color css
<style>
span { border-color: #80274E; }
span { border-color: rgb(128,39,78); }
td.TdClassName
{
border-color: #80274E;
}
.TagClassName
{
border-color: #80274E;
}
</style>