Shades of Flirt #801C45
Tints of Flirt #801C45
RGB
CMYK
RGB Variations
Color information
#801C45 (or 0x801C45) is known color: Flirt. HEX triplet: 80, 1C and 45. RGB value is (128,28,69). Sum of RGB (Red+Green+Blue) = 128+28+69=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #801C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C45 is #7FE3BA. Grayscale: #3E3E3E. Windows color (decimal): -8381371 or 4529280. OLE color: 4529280.
HSL color Cylindrical-coordinate representation of color #801C45: hue angle of 335.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #801C45 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 28 | 69 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.50 |
| HSL | 335.4º | 0.64% | 0.31% | - |
| HSV(B) | 335.4º | 0.78% | 0.5% | - |
| XYZ | 10.39 | 5.85 | 6.21 | - |
| YUV | 62.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 69 | 0 | 0.78 | 0.46 | 0.50 | 335.4 | 0.64 | 0.31 |
| Hex | 80 | 1C | 45 | 0 | 4E | 2E | 32 | 14F | 40 | 1F |
| Octal | 200 | 34 | 105 | 0 | 116 | 56 | 62 | 517 | 100 | 37 |
| Binary | 10000000 | 11100 | 1000101 | 0 | 1001110 | 101110 | 110010 | 101001111 | 1000000 | 11111 |
Color Harmonies of #801C45
Complementary color
Monochromatic Colors of #801C45
Black with #801C45
Text Example
Text Example
White with #801C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801C45; }
p { color: rgb(128,28,69); }
H1.HeaderClassName
{
color: #801C45;
}
.AnyTagClassName
{
color: #801C45;
}
</style>
background-color css
<style>
a { background-color: #801C45; }
a { background-color: rgb(128,28,69); }
div.DivClassName
{
background-color: #801C45;
}
.BgClassName
{
background-color: #801C45;
}
</style>
border-color css
<style>
span { border-color: #801C45; }
span { border-color: rgb(128,28,69); }
td.TdClassName
{
border-color: #801C45;
}
.TagClassName
{
border-color: #801C45;
}
</style>