Shades of Flirt #803654
Tints of Flirt #803654
RGB
CMYK
RGB Variations
Color information
#803654 (or 0x803654) is known color: Flirt. HEX triplet: 80, 36 and 54. RGB value is (128,54,84). Sum of RGB (Red+Green+Blue) = 128+54+84=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #803654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803654 is #7FC9AB. Grayscale: #4F4F4F. Windows color (decimal): -8374700 or 5518976. OLE color: 5518976.
HSL color Cylindrical-coordinate representation of color #803654: hue angle of 335.68º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #803654 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 84 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.50 |
| HSL | 335.68º | 0.41% | 0.36% | - |
| HSV(B) | 335.68º | 0.58% | 0.5% | - |
| XYZ | 11.82 | 7.87 | 9.28 | - |
| YUV | 79.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 84 | 0 | 0.58 | 0.34 | 0.50 | 335.68 | 0.41 | 0.36 |
| Hex | 80 | 36 | 54 | 0 | 3A | 22 | 32 | 150 | 29 | 24 |
| Octal | 200 | 66 | 124 | 0 | 72 | 42 | 62 | 520 | 51 | 44 |
| Binary | 10000000 | 110110 | 1010100 | 0 | 111010 | 100010 | 110010 | 101010000 | 101001 | 100100 |
Color Harmonies of #803654
Complementary color
Monochromatic Colors of #803654
Black with #803654
Text Example
Text Example
White with #803654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803654; }
p { color: rgb(128,54,84); }
H1.HeaderClassName
{
color: #803654;
}
.AnyTagClassName
{
color: #803654;
}
</style>
background-color css
<style>
a { background-color: #803654; }
a { background-color: rgb(128,54,84); }
div.DivClassName
{
background-color: #803654;
}
.BgClassName
{
background-color: #803654;
}
</style>
border-color css
<style>
span { border-color: #803654; }
span { border-color: rgb(128,54,84); }
td.TdClassName
{
border-color: #803654;
}
.TagClassName
{
border-color: #803654;
}
</style>