Shades of Flirt #80284B
Tints of Flirt #80284B
RGB
CMYK
RGB Variations
Color information
#80284B (or 0x80284B) is known color: Flirt. HEX triplet: 80, 28 and 4B. RGB value is (128,40,75). Sum of RGB (Red+Green+Blue) = 128+40+75=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80284B is #7FD7B4. Grayscale: #464646. Windows color (decimal): -8378293 or 4925568. OLE color: 4925568.
HSL color Cylindrical-coordinate representation of color #80284B: hue angle of 336.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80284B is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 75 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.50 |
| HSL | 336.14º | 0.52% | 0.33% | - |
| HSV(B) | 336.14º | 0.69% | 0.5% | - |
| XYZ | 10.93 | 6.61 | 7.36 | - |
| YUV | 70.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 75 | 0 | 0.69 | 0.41 | 0.50 | 336.14 | 0.52 | 0.33 |
| Hex | 80 | 28 | 4B | 0 | 45 | 29 | 32 | 150 | 34 | 21 |
| Octal | 200 | 50 | 113 | 0 | 105 | 51 | 62 | 520 | 64 | 41 |
| Binary | 10000000 | 101000 | 1001011 | 0 | 1000101 | 101001 | 110010 | 101010000 | 110100 | 100001 |
Color Harmonies of #80284B
Complementary color
Monochromatic Colors of #80284B
Black with #80284B
Text Example
Text Example
White with #80284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80284B; }
p { color: rgb(128,40,75); }
H1.HeaderClassName
{
color: #80284B;
}
.AnyTagClassName
{
color: #80284B;
}
</style>
background-color css
<style>
a { background-color: #80284B; }
a { background-color: rgb(128,40,75); }
div.DivClassName
{
background-color: #80284B;
}
.BgClassName
{
background-color: #80284B;
}
</style>
border-color css
<style>
span { border-color: #80284B; }
span { border-color: rgb(128,40,75); }
td.TdClassName
{
border-color: #80284B;
}
.TagClassName
{
border-color: #80284B;
}
</style>