Shades of Flirt #802943
Tints of Flirt #802943
RGB
CMYK
RGB Variations
Color information
#802943 (or 0x802943) is known color: Flirt. HEX triplet: 80, 29 and 43. RGB value is (128,41,67). Sum of RGB (Red+Green+Blue) = 128+41+67=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #802943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802943 is #7FD6BC. Grayscale: #454545. Windows color (decimal): -8378045 or 4401536. OLE color: 4401536.
HSL color Cylindrical-coordinate representation of color #802943: hue angle of 342.07º 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 #802943 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 67 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.50 |
| HSL | 342.07º | 0.51% | 0.33% | - |
| HSV(B) | 342.07º | 0.68% | 0.5% | - |
| XYZ | 10.71 | 6.58 | 6.02 | - |
| YUV | 69.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 67 | 0 | 0.68 | 0.48 | 0.50 | 342.07 | 0.51 | 0.33 |
| Hex | 80 | 29 | 43 | 0 | 44 | 30 | 32 | 156 | 33 | 21 |
| Octal | 200 | 51 | 103 | 0 | 104 | 60 | 62 | 526 | 63 | 41 |
| Binary | 10000000 | 101001 | 1000011 | 0 | 1000100 | 110000 | 110010 | 101010110 | 110011 | 100001 |
Color Harmonies of #802943
Complementary color
Monochromatic Colors of #802943
Black with #802943
Text Example
Text Example
White with #802943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802943; }
p { color: rgb(128,41,67); }
H1.HeaderClassName
{
color: #802943;
}
.AnyTagClassName
{
color: #802943;
}
</style>
background-color css
<style>
a { background-color: #802943; }
a { background-color: rgb(128,41,67); }
div.DivClassName
{
background-color: #802943;
}
.BgClassName
{
background-color: #802943;
}
</style>
border-color css
<style>
span { border-color: #802943; }
span { border-color: rgb(128,41,67); }
td.TdClassName
{
border-color: #802943;
}
.TagClassName
{
border-color: #802943;
}
</style>