Shades of Flirt #802945
Tints of Flirt #802945
RGB
CMYK
RGB Variations
Color information
#802945 (or 0x802945) is known color: Flirt. HEX triplet: 80, 29 and 45. RGB value is (128,41,69). Sum of RGB (Red+Green+Blue) = 128+41+69=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #802945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802945 is #7FD6BA. Grayscale: #464646. Windows color (decimal): -8378043 or 4532608. OLE color: 4532608.
HSL color Cylindrical-coordinate representation of color #802945: hue angle of 340.69º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802945 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 69 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.50 |
| HSL | 340.69º | 0.51% | 0.33% | - |
| HSV(B) | 340.69º | 0.68% | 0.5% | - |
| XYZ | 10.77 | 6.6 | 6.34 | - |
| YUV | 70.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 69 | 0 | 0.68 | 0.46 | 0.50 | 340.69 | 0.51 | 0.33 |
| Hex | 80 | 29 | 45 | 0 | 44 | 2E | 32 | 155 | 33 | 21 |
| Octal | 200 | 51 | 105 | 0 | 104 | 56 | 62 | 525 | 63 | 41 |
| Binary | 10000000 | 101001 | 1000101 | 0 | 1000100 | 101110 | 110010 | 101010101 | 110011 | 100001 |
Color Harmonies of #802945
Complementary color
Monochromatic Colors of #802945
Black with #802945
Text Example
Text Example
White with #802945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802945; }
p { color: rgb(128,41,69); }
H1.HeaderClassName
{
color: #802945;
}
.AnyTagClassName
{
color: #802945;
}
</style>
background-color css
<style>
a { background-color: #802945; }
a { background-color: rgb(128,41,69); }
div.DivClassName
{
background-color: #802945;
}
.BgClassName
{
background-color: #802945;
}
</style>
border-color css
<style>
span { border-color: #802945; }
span { border-color: rgb(128,41,69); }
td.TdClassName
{
border-color: #802945;
}
.TagClassName
{
border-color: #802945;
}
</style>