Shades of Flirt #802845
Tints of Flirt #802845
RGB
CMYK
RGB Variations
Color information
#802845 (or 0x802845) is known color: Flirt. HEX triplet: 80, 28 and 45. RGB value is (128,40,69). Sum of RGB (Red+Green+Blue) = 128+40+69=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #802845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802845 is #7FD7BA. Grayscale: #454545. Windows color (decimal): -8378299 or 4532352. OLE color: 4532352.
HSL color Cylindrical-coordinate representation of color #802845: hue angle of 340.23º 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 #802845 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 69 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.50 |
| HSL | 340.23º | 0.52% | 0.33% | - |
| HSV(B) | 340.23º | 0.69% | 0.5% | - |
| XYZ | 10.74 | 6.54 | 6.33 | - |
| YUV | 69.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 69 | 0 | 0.69 | 0.46 | 0.50 | 340.23 | 0.52 | 0.33 |
| Hex | 80 | 28 | 45 | 0 | 45 | 2E | 32 | 154 | 34 | 21 |
| Octal | 200 | 50 | 105 | 0 | 105 | 56 | 62 | 524 | 64 | 41 |
| Binary | 10000000 | 101000 | 1000101 | 0 | 1000101 | 101110 | 110010 | 101010100 | 110100 | 100001 |
Color Harmonies of #802845
Complementary color
Monochromatic Colors of #802845
Black with #802845
Text Example
Text Example
White with #802845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802845; }
p { color: rgb(128,40,69); }
H1.HeaderClassName
{
color: #802845;
}
.AnyTagClassName
{
color: #802845;
}
</style>
background-color css
<style>
a { background-color: #802845; }
a { background-color: rgb(128,40,69); }
div.DivClassName
{
background-color: #802845;
}
.BgClassName
{
background-color: #802845;
}
</style>
border-color css
<style>
span { border-color: #802845; }
span { border-color: rgb(128,40,69); }
td.TdClassName
{
border-color: #802845;
}
.TagClassName
{
border-color: #802845;
}
</style>