Shades of Flirt #80274A
Tints of Flirt #80274A
RGB
CMYK
RGB Variations
Color information
#80274A (or 0x80274A) is known color: Flirt. HEX triplet: 80, 27 and 4A. RGB value is (128,39,74). Sum of RGB (Red+Green+Blue) = 128+39+74=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80274A is #7FD8B5. Grayscale: #454545. Windows color (decimal): -8378550 or 4859776. OLE color: 4859776.
HSL color Cylindrical-coordinate representation of color #80274A: hue angle of 336.4º 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 #80274A is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 74 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.50 |
| HSL | 336.4º | 0.53% | 0.33% | - |
| HSV(B) | 336.4º | 0.7% | 0.5% | - |
| XYZ | 10.86 | 6.53 | 7.17 | - |
| YUV | 69.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 74 | 0 | 0.70 | 0.42 | 0.50 | 336.4 | 0.53 | 0.33 |
| Hex | 80 | 27 | 4A | 0 | 46 | 2A | 32 | 150 | 35 | 21 |
| Octal | 200 | 47 | 112 | 0 | 106 | 52 | 62 | 520 | 65 | 41 |
| Binary | 10000000 | 100111 | 1001010 | 0 | 1000110 | 101010 | 110010 | 101010000 | 110101 | 100001 |
Color Harmonies of #80274A
Complementary color
Monochromatic Colors of #80274A
Black with #80274A
Text Example
Text Example
White with #80274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80274A; }
p { color: rgb(128,39,74); }
H1.HeaderClassName
{
color: #80274A;
}
.AnyTagClassName
{
color: #80274A;
}
</style>
background-color css
<style>
a { background-color: #80274A; }
a { background-color: rgb(128,39,74); }
div.DivClassName
{
background-color: #80274A;
}
.BgClassName
{
background-color: #80274A;
}
</style>
border-color css
<style>
span { border-color: #80274A; }
span { border-color: rgb(128,39,74); }
td.TdClassName
{
border-color: #80274A;
}
.TagClassName
{
border-color: #80274A;
}
</style>