Shades of Flirt #802843
Tints of Flirt #802843
RGB
CMYK
RGB Variations
Color information
#802843 (or 0x802843) is known color: Flirt. HEX triplet: 80, 28 and 43. RGB value is (128,40,67). Sum of RGB (Red+Green+Blue) = 128+40+67=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #802843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802843 is #7FD7BC. Grayscale: #454545. Windows color (decimal): -8378301 or 4401280. OLE color: 4401280.
HSL color Cylindrical-coordinate representation of color #802843: hue angle of 341.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802843 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 67 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.50 |
| HSL | 341.59º | 0.52% | 0.33% | - |
| HSV(B) | 341.59º | 0.69% | 0.5% | - |
| XYZ | 10.67 | 6.51 | 6 | - |
| YUV | 69.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 67 | 0 | 0.69 | 0.48 | 0.50 | 341.59 | 0.52 | 0.33 |
| Hex | 80 | 28 | 43 | 0 | 45 | 30 | 32 | 156 | 34 | 21 |
| Octal | 200 | 50 | 103 | 0 | 105 | 60 | 62 | 526 | 64 | 41 |
| Binary | 10000000 | 101000 | 1000011 | 0 | 1000101 | 110000 | 110010 | 101010110 | 110100 | 100001 |
Color Harmonies of #802843
Complementary color
Monochromatic Colors of #802843
Black with #802843
Text Example
Text Example
White with #802843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802843; }
p { color: rgb(128,40,67); }
H1.HeaderClassName
{
color: #802843;
}
.AnyTagClassName
{
color: #802843;
}
</style>
background-color css
<style>
a { background-color: #802843; }
a { background-color: rgb(128,40,67); }
div.DivClassName
{
background-color: #802843;
}
.BgClassName
{
background-color: #802843;
}
</style>
border-color css
<style>
span { border-color: #802843; }
span { border-color: rgb(128,40,67); }
td.TdClassName
{
border-color: #802843;
}
.TagClassName
{
border-color: #802843;
}
</style>