Shades of Flirt #80194A
Tints of Flirt #80194A
RGB
CMYK
RGB Variations
Color information
#80194A (or 0x80194A) is known color: Flirt. HEX triplet: 80, 19 and 4A. RGB value is (128,25,74). Sum of RGB (Red+Green+Blue) = 128+25+74=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80194A is #7FE6B5. Grayscale: #3D3D3D. Windows color (decimal): -8382134 or 4856192. OLE color: 4856192.
HSL color Cylindrical-coordinate representation of color #80194A: hue angle of 331.46º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80194A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 74 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.50 |
| HSL | 331.46º | 0.67% | 0.3% | - |
| HSV(B) | 331.46º | 0.8% | 0.5% | - |
| XYZ | 10.49 | 5.78 | 7.04 | - |
| YUV | 61.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 74 | 0 | 0.80 | 0.42 | 0.50 | 331.46 | 0.67 | 0.3 |
| Hex | 80 | 19 | 4A | 0 | 50 | 2A | 32 | 14B | 43 | 1E |
| Octal | 200 | 31 | 112 | 0 | 120 | 52 | 62 | 513 | 103 | 36 |
| Binary | 10000000 | 11001 | 1001010 | 0 | 1010000 | 101010 | 110010 | 101001011 | 1000011 | 11110 |
Color Harmonies of #80194A
Complementary color
Monochromatic Colors of #80194A
Black with #80194A
Text Example
Text Example
White with #80194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80194A; }
p { color: rgb(128,25,74); }
H1.HeaderClassName
{
color: #80194A;
}
.AnyTagClassName
{
color: #80194A;
}
</style>
background-color css
<style>
a { background-color: #80194A; }
a { background-color: rgb(128,25,74); }
div.DivClassName
{
background-color: #80194A;
}
.BgClassName
{
background-color: #80194A;
}
</style>
border-color css
<style>
span { border-color: #80194A; }
span { border-color: rgb(128,25,74); }
td.TdClassName
{
border-color: #80194A;
}
.TagClassName
{
border-color: #80194A;
}
</style>