Shades of Flirt #80264D
Tints of Flirt #80264D
RGB
CMYK
RGB Variations
Color information
#80264D (or 0x80264D) is known color: Flirt. HEX triplet: 80, 26 and 4D. RGB value is (128,38,77). Sum of RGB (Red+Green+Blue) = 128+38+77=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80264D is #7FD9B2. Grayscale: #454545. Windows color (decimal): -8378803 or 5056128. OLE color: 5056128.
HSL color Cylindrical-coordinate representation of color #80264D: hue angle of 334º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80264D is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 77 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.50 |
| HSL | 334º | 0.54% | 0.33% | - |
| HSV(B) | 334º | 0.7% | 0.5% | - |
| XYZ | 10.93 | 6.51 | 7.7 | - |
| YUV | 69.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 77 | 0 | 0.70 | 0.40 | 0.50 | 334 | 0.54 | 0.33 |
| Hex | 80 | 26 | 4D | 0 | 46 | 28 | 32 | 14E | 36 | 21 |
| Octal | 200 | 46 | 115 | 0 | 106 | 50 | 62 | 516 | 66 | 41 |
| Binary | 10000000 | 100110 | 1001101 | 0 | 1000110 | 101000 | 110010 | 101001110 | 110110 | 100001 |
Color Harmonies of #80264D
Complementary color
Monochromatic Colors of #80264D
Black with #80264D
Text Example
Text Example
White with #80264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80264D; }
p { color: rgb(128,38,77); }
H1.HeaderClassName
{
color: #80264D;
}
.AnyTagClassName
{
color: #80264D;
}
</style>
background-color css
<style>
a { background-color: #80264D; }
a { background-color: rgb(128,38,77); }
div.DivClassName
{
background-color: #80264D;
}
.BgClassName
{
background-color: #80264D;
}
</style>
border-color css
<style>
span { border-color: #80264D; }
span { border-color: rgb(128,38,77); }
td.TdClassName
{
border-color: #80264D;
}
.TagClassName
{
border-color: #80264D;
}
</style>