Shades of Flirt #801D46
Tints of Flirt #801D46
RGB
CMYK
RGB Variations
Color information
#801D46 (or 0x801D46) is known color: Flirt. HEX triplet: 80, 1D and 46. RGB value is (128,29,70). Sum of RGB (Red+Green+Blue) = 128+29+70=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #801D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801D46 is #7FE2B9. Grayscale: #3F3F3F. Windows color (decimal): -8381114 or 4595072. OLE color: 4595072.
HSL color Cylindrical-coordinate representation of color #801D46: hue angle of 335.15º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801D46 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 29 | 70 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.50 |
| HSL | 335.15º | 0.63% | 0.31% | - |
| HSV(B) | 335.15º | 0.77% | 0.5% | - |
| XYZ | 10.45 | 5.91 | 6.38 | - |
| YUV | 63.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 70 | 0 | 0.77 | 0.45 | 0.50 | 335.15 | 0.63 | 0.31 |
| Hex | 80 | 1D | 46 | 0 | 4D | 2D | 32 | 14F | 3F | 1F |
| Octal | 200 | 35 | 106 | 0 | 115 | 55 | 62 | 517 | 77 | 37 |
| Binary | 10000000 | 11101 | 1000110 | 0 | 1001101 | 101101 | 110010 | 101001111 | 111111 | 11111 |
Color Harmonies of #801D46
Complementary color
Monochromatic Colors of #801D46
Black with #801D46
Text Example
Text Example
White with #801D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801D46; }
p { color: rgb(128,29,70); }
H1.HeaderClassName
{
color: #801D46;
}
.AnyTagClassName
{
color: #801D46;
}
</style>
background-color css
<style>
a { background-color: #801D46; }
a { background-color: rgb(128,29,70); }
div.DivClassName
{
background-color: #801D46;
}
.BgClassName
{
background-color: #801D46;
}
</style>
border-color css
<style>
span { border-color: #801D46; }
span { border-color: rgb(128,29,70); }
td.TdClassName
{
border-color: #801D46;
}
.TagClassName
{
border-color: #801D46;
}
</style>