Shades of Flirt #80274D
Tints of Flirt #80274D
RGB
CMYK
RGB Variations
Color information
#80274D (or 0x80274D) is known color: Flirt. HEX triplet: 80, 27 and 4D. RGB value is (128,39,77). Sum of RGB (Red+Green+Blue) = 128+39+77=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80274D is #7FD8B2. Grayscale: #454545. Windows color (decimal): -8378547 or 5056384. OLE color: 5056384.
HSL color Cylindrical-coordinate representation of color #80274D: hue angle of 334.38º 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 #80274D is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 77 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.50 |
| HSL | 334.38º | 0.53% | 0.33% | - |
| HSV(B) | 334.38º | 0.7% | 0.5% | - |
| XYZ | 10.97 | 6.58 | 7.71 | - |
| YUV | 69.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 77 | 0 | 0.70 | 0.40 | 0.50 | 334.38 | 0.53 | 0.33 |
| Hex | 80 | 27 | 4D | 0 | 46 | 28 | 32 | 14E | 35 | 21 |
| Octal | 200 | 47 | 115 | 0 | 106 | 50 | 62 | 516 | 65 | 41 |
| Binary | 10000000 | 100111 | 1001101 | 0 | 1000110 | 101000 | 110010 | 101001110 | 110101 | 100001 |
Color Harmonies of #80274D
Complementary color
Monochromatic Colors of #80274D
Black with #80274D
Text Example
Text Example
White with #80274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80274D; }
p { color: rgb(128,39,77); }
H1.HeaderClassName
{
color: #80274D;
}
.AnyTagClassName
{
color: #80274D;
}
</style>
background-color css
<style>
a { background-color: #80274D; }
a { background-color: rgb(128,39,77); }
div.DivClassName
{
background-color: #80274D;
}
.BgClassName
{
background-color: #80274D;
}
</style>
border-color css
<style>
span { border-color: #80274D; }
span { border-color: rgb(128,39,77); }
td.TdClassName
{
border-color: #80274D;
}
.TagClassName
{
border-color: #80274D;
}
</style>