Shades of Flirt #803453
Tints of Flirt #803453
RGB
CMYK
RGB Variations
Color information
#803453 (or 0x803453) is known color: Flirt. HEX triplet: 80, 34 and 53. RGB value is (128,52,83). Sum of RGB (Red+Green+Blue) = 128+52+83=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #803453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803453 is #7FCBAC. Grayscale: #4E4E4E. Windows color (decimal): -8375213 or 5452928. OLE color: 5452928.
HSL color Cylindrical-coordinate representation of color #803453: hue angle of 335.53º 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 #803453 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 83 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.50 |
| HSL | 335.53º | 0.42% | 0.35% | - |
| HSV(B) | 335.53º | 0.59% | 0.5% | - |
| XYZ | 11.69 | 7.67 | 9.05 | - |
| YUV | 78.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 83 | 0 | 0.59 | 0.35 | 0.50 | 335.53 | 0.42 | 0.35 |
| Hex | 80 | 34 | 53 | 0 | 3B | 23 | 32 | 150 | 2A | 23 |
| Octal | 200 | 64 | 123 | 0 | 73 | 43 | 62 | 520 | 52 | 43 |
| Binary | 10000000 | 110100 | 1010011 | 0 | 111011 | 100011 | 110010 | 101010000 | 101010 | 100011 |
Color Harmonies of #803453
Complementary color
Monochromatic Colors of #803453
Black with #803453
Text Example
Text Example
White with #803453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803453; }
p { color: rgb(128,52,83); }
H1.HeaderClassName
{
color: #803453;
}
.AnyTagClassName
{
color: #803453;
}
</style>
background-color css
<style>
a { background-color: #803453; }
a { background-color: rgb(128,52,83); }
div.DivClassName
{
background-color: #803453;
}
.BgClassName
{
background-color: #803453;
}
</style>
border-color css
<style>
span { border-color: #803453; }
span { border-color: rgb(128,52,83); }
td.TdClassName
{
border-color: #803453;
}
.TagClassName
{
border-color: #803453;
}
</style>