Shades of Flirt #7F2841
Tints of Flirt #7F2841
RGB
CMYK
RGB Variations
Color information
#7F2841 (or 0x7F2841) is known color: Flirt. HEX triplet: 7F, 28 and 41. RGB value is (127,40,65). Sum of RGB (Red+Green+Blue) = 127+40+65=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2841 is #80D7BE. Grayscale: #444444. Windows color (decimal): -8443839 or 4270207. OLE color: 4270207.
HSL color Cylindrical-coordinate representation of color #7F2841: hue angle of 342.76º 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 #7F2841 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 65 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.50 |
| HSL | 342.76º | 0.52% | 0.33% | - |
| HSV(B) | 342.76º | 0.69% | 0.5% | - |
| XYZ | 10.47 | 6.41 | 5.69 | - |
| YUV | 68.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 65 | 0 | 0.69 | 0.49 | 0.50 | 342.76 | 0.52 | 0.33 |
| Hex | 7F | 28 | 41 | 0 | 45 | 31 | 32 | 157 | 34 | 21 |
| Octal | 177 | 50 | 101 | 0 | 105 | 61 | 62 | 527 | 64 | 41 |
| Binary | 1111111 | 101000 | 1000001 | 0 | 1000101 | 110001 | 110010 | 101010111 | 110100 | 100001 |
Color Harmonies of #7F2841
Complementary color
Monochromatic Colors of #7F2841
Black with #7F2841
Text Example
Text Example
White with #7F2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2841; }
p { color: rgb(127,40,65); }
H1.HeaderClassName
{
color: #7F2841;
}
.AnyTagClassName
{
color: #7F2841;
}
</style>
background-color css
<style>
a { background-color: #7F2841; }
a { background-color: rgb(127,40,65); }
div.DivClassName
{
background-color: #7F2841;
}
.BgClassName
{
background-color: #7F2841;
}
</style>
border-color css
<style>
span { border-color: #7F2841; }
span { border-color: rgb(127,40,65); }
td.TdClassName
{
border-color: #7F2841;
}
.TagClassName
{
border-color: #7F2841;
}
</style>