Shades of Flirt #803955
Tints of Flirt #803955
RGB
CMYK
RGB Variations
Color information
#803955 (or 0x803955) is known color: Flirt. HEX triplet: 80, 39 and 55. RGB value is (128,57,85). Sum of RGB (Red+Green+Blue) = 128+57+85=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #803955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803955 is #7FC6AA. Grayscale: #515151. Windows color (decimal): -8373931 or 5585280. OLE color: 5585280.
HSL color Cylindrical-coordinate representation of color #803955: hue angle of 336.34º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803955 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 85 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.50 |
| HSL | 336.34º | 0.38% | 0.36% | - |
| HSV(B) | 336.34º | 0.55% | 0.5% | - |
| XYZ | 12 | 8.17 | 9.54 | - |
| YUV | 81.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 85 | 0 | 0.55 | 0.34 | 0.50 | 336.34 | 0.38 | 0.36 |
| Hex | 80 | 39 | 55 | 0 | 37 | 22 | 32 | 150 | 26 | 24 |
| Octal | 200 | 71 | 125 | 0 | 67 | 42 | 62 | 520 | 46 | 44 |
| Binary | 10000000 | 111001 | 1010101 | 0 | 110111 | 100010 | 110010 | 101010000 | 100110 | 100100 |
Color Harmonies of #803955
Complementary color
Monochromatic Colors of #803955
Black with #803955
Text Example
Text Example
White with #803955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803955; }
p { color: rgb(128,57,85); }
H1.HeaderClassName
{
color: #803955;
}
.AnyTagClassName
{
color: #803955;
}
</style>
background-color css
<style>
a { background-color: #803955; }
a { background-color: rgb(128,57,85); }
div.DivClassName
{
background-color: #803955;
}
.BgClassName
{
background-color: #803955;
}
</style>
border-color css
<style>
span { border-color: #803955; }
span { border-color: rgb(128,57,85); }
td.TdClassName
{
border-color: #803955;
}
.TagClassName
{
border-color: #803955;
}
</style>