Shades of Flirt #802143
Tints of Flirt #802143
RGB
CMYK
RGB Variations
Color information
#802143 (or 0x802143) is known color: Flirt. HEX triplet: 80, 21 and 43. RGB value is (128,33,67). Sum of RGB (Red+Green+Blue) = 128+33+67=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #802143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802143 is #7FDEBC. Grayscale: #414141. Windows color (decimal): -8380093 or 4399488. OLE color: 4399488.
HSL color Cylindrical-coordinate representation of color #802143: hue angle of 338.53º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802143 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 67 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.50 |
| HSL | 338.53º | 0.59% | 0.32% | - |
| HSV(B) | 338.53º | 0.74% | 0.5% | - |
| XYZ | 10.46 | 6.08 | 5.93 | - |
| YUV | 65.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 67 | 0 | 0.74 | 0.48 | 0.50 | 338.53 | 0.59 | 0.32 |
| Hex | 80 | 21 | 43 | 0 | 4A | 30 | 32 | 153 | 3B | 20 |
| Octal | 200 | 41 | 103 | 0 | 112 | 60 | 62 | 523 | 73 | 40 |
| Binary | 10000000 | 100001 | 1000011 | 0 | 1001010 | 110000 | 110010 | 101010011 | 111011 | 100000 |
Color Harmonies of #802143
Complementary color
Monochromatic Colors of #802143
Black with #802143
Text Example
Text Example
White with #802143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802143; }
p { color: rgb(128,33,67); }
H1.HeaderClassName
{
color: #802143;
}
.AnyTagClassName
{
color: #802143;
}
</style>
background-color css
<style>
a { background-color: #802143; }
a { background-color: rgb(128,33,67); }
div.DivClassName
{
background-color: #802143;
}
.BgClassName
{
background-color: #802143;
}
</style>
border-color css
<style>
span { border-color: #802143; }
span { border-color: rgb(128,33,67); }
td.TdClassName
{
border-color: #802143;
}
.TagClassName
{
border-color: #802143;
}
</style>