Shades of Flirt #7F1A44
Tints of Flirt #7F1A44
RGB
CMYK
RGB Variations
Color information
#7F1A44 (or 0x7F1A44) is known color: Flirt. HEX triplet: 7F, 1A and 44. RGB value is (127,26,68). Sum of RGB (Red+Green+Blue) = 127+26+68=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A44 is #80E5BB. Grayscale: #3C3C3C. Windows color (decimal): -8447420 or 4463231. OLE color: 4463231.
HSL color Cylindrical-coordinate representation of color #7F1A44: hue angle of 335.05º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A44 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 26 | 68 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.50 |
| HSL | 335.05º | 0.66% | 0.3% | - |
| HSV(B) | 335.05º | 0.8% | 0.5% | - |
| XYZ | 10.17 | 5.67 | 6.03 | - |
| YUV | 60.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 26 | 68 | 0 | 0.80 | 0.46 | 0.50 | 335.05 | 0.66 | 0.3 |
| Hex | 7F | 1A | 44 | 0 | 50 | 2E | 32 | 14F | 42 | 1E |
| Octal | 177 | 32 | 104 | 0 | 120 | 56 | 62 | 517 | 102 | 36 |
| Binary | 1111111 | 11010 | 1000100 | 0 | 1010000 | 101110 | 110010 | 101001111 | 1000010 | 11110 |
Color Harmonies of #7F1A44
Complementary color
Monochromatic Colors of #7F1A44
Black with #7F1A44
Text Example
Text Example
White with #7F1A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1A44; }
p { color: rgb(127,26,68); }
H1.HeaderClassName
{
color: #7F1A44;
}
.AnyTagClassName
{
color: #7F1A44;
}
</style>
background-color css
<style>
a { background-color: #7F1A44; }
a { background-color: rgb(127,26,68); }
div.DivClassName
{
background-color: #7F1A44;
}
.BgClassName
{
background-color: #7F1A44;
}
</style>
border-color css
<style>
span { border-color: #7F1A44; }
span { border-color: rgb(127,26,68); }
td.TdClassName
{
border-color: #7F1A44;
}
.TagClassName
{
border-color: #7F1A44;
}
</style>