Shades of Flirt #80184D
Tints of Flirt #80184D
RGB
CMYK
RGB Variations
Color information
#80184D (or 0x80184D) is known color: Flirt. HEX triplet: 80, 18 and 4D. RGB value is (128,24,77). Sum of RGB (Red+Green+Blue) = 128+24+77=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80184D is #7FE7B2. Grayscale: #3D3D3D. Windows color (decimal): -8382387 or 5052544. OLE color: 5052544.
HSL color Cylindrical-coordinate representation of color #80184D: hue angle of 329.42º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80184D is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 77 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.50 |
| HSL | 329.42º | 0.68% | 0.3% | - |
| HSV(B) | 329.42º | 0.81% | 0.5% | - |
| XYZ | 10.57 | 5.78 | 7.58 | - |
| YUV | 61.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 77 | 0 | 0.81 | 0.40 | 0.50 | 329.42 | 0.68 | 0.3 |
| Hex | 80 | 18 | 4D | 0 | 51 | 28 | 32 | 149 | 44 | 1E |
| Octal | 200 | 30 | 115 | 0 | 121 | 50 | 62 | 511 | 104 | 36 |
| Binary | 10000000 | 11000 | 1001101 | 0 | 1010001 | 101000 | 110010 | 101001001 | 1000100 | 11110 |
Color Harmonies of #80184D
Complementary color
Monochromatic Colors of #80184D
Black with #80184D
Text Example
Text Example
White with #80184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80184D; }
p { color: rgb(128,24,77); }
H1.HeaderClassName
{
color: #80184D;
}
.AnyTagClassName
{
color: #80184D;
}
</style>
background-color css
<style>
a { background-color: #80184D; }
a { background-color: rgb(128,24,77); }
div.DivClassName
{
background-color: #80184D;
}
.BgClassName
{
background-color: #80184D;
}
</style>
border-color css
<style>
span { border-color: #80184D; }
span { border-color: rgb(128,24,77); }
td.TdClassName
{
border-color: #80184D;
}
.TagClassName
{
border-color: #80184D;
}
</style>