Shades of Flirt #802445
Tints of Flirt #802445
RGB
CMYK
RGB Variations
Color information
#802445 (or 0x802445) is known color: Flirt. HEX triplet: 80, 24 and 45. RGB value is (128,36,69). Sum of RGB (Red+Green+Blue) = 128+36+69=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #802445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802445 is #7FDBBA. Grayscale: #434343. Windows color (decimal): -8379323 or 4531328. OLE color: 4531328.
HSL color Cylindrical-coordinate representation of color #802445: hue angle of 338.48º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802445 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 69 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.50 |
| HSL | 338.48º | 0.56% | 0.32% | - |
| HSV(B) | 338.48º | 0.72% | 0.5% | - |
| XYZ | 10.61 | 6.28 | 6.28 | - |
| YUV | 67.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 69 | 0 | 0.72 | 0.46 | 0.50 | 338.48 | 0.56 | 0.32 |
| Hex | 80 | 24 | 45 | 0 | 48 | 2E | 32 | 152 | 38 | 20 |
| Octal | 200 | 44 | 105 | 0 | 110 | 56 | 62 | 522 | 70 | 40 |
| Binary | 10000000 | 100100 | 1000101 | 0 | 1001000 | 101110 | 110010 | 101010010 | 111000 | 100000 |
Color Harmonies of #802445
Complementary color
Monochromatic Colors of #802445
Black with #802445
Text Example
Text Example
White with #802445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802445; }
p { color: rgb(128,36,69); }
H1.HeaderClassName
{
color: #802445;
}
.AnyTagClassName
{
color: #802445;
}
</style>
background-color css
<style>
a { background-color: #802445; }
a { background-color: rgb(128,36,69); }
div.DivClassName
{
background-color: #802445;
}
.BgClassName
{
background-color: #802445;
}
</style>
border-color css
<style>
span { border-color: #802445; }
span { border-color: rgb(128,36,69); }
td.TdClassName
{
border-color: #802445;
}
.TagClassName
{
border-color: #802445;
}
</style>