Shades of Flirt #803454
Tints of Flirt #803454
RGB
CMYK
RGB Variations
Color information
#803454 (or 0x803454) is known color: Flirt. HEX triplet: 80, 34 and 54. RGB value is (128,52,84). Sum of RGB (Red+Green+Blue) = 128+52+84=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #803454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803454 is #7FCBAB. Grayscale: #4E4E4E. Windows color (decimal): -8375212 or 5518464. OLE color: 5518464.
HSL color Cylindrical-coordinate representation of color #803454: hue angle of 334.74º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803454 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 84 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.50 |
| HSL | 334.74º | 0.42% | 0.35% | - |
| HSV(B) | 334.74º | 0.59% | 0.5% | - |
| XYZ | 11.73 | 7.69 | 9.25 | - |
| YUV | 78.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 84 | 0 | 0.59 | 0.34 | 0.50 | 334.74 | 0.42 | 0.35 |
| Hex | 80 | 34 | 54 | 0 | 3B | 22 | 32 | 14F | 2A | 23 |
| Octal | 200 | 64 | 124 | 0 | 73 | 42 | 62 | 517 | 52 | 43 |
| Binary | 10000000 | 110100 | 1010100 | 0 | 111011 | 100010 | 110010 | 101001111 | 101010 | 100011 |
Color Harmonies of #803454
Complementary color
Monochromatic Colors of #803454
Black with #803454
Text Example
Text Example
White with #803454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803454; }
p { color: rgb(128,52,84); }
H1.HeaderClassName
{
color: #803454;
}
.AnyTagClassName
{
color: #803454;
}
</style>
background-color css
<style>
a { background-color: #803454; }
a { background-color: rgb(128,52,84); }
div.DivClassName
{
background-color: #803454;
}
.BgClassName
{
background-color: #803454;
}
</style>
border-color css
<style>
span { border-color: #803454; }
span { border-color: rgb(128,52,84); }
td.TdClassName
{
border-color: #803454;
}
.TagClassName
{
border-color: #803454;
}
</style>