Shades of Flirt #7F2945
Tints of Flirt #7F2945
RGB
CMYK
RGB Variations
Color information
#7F2945 (or 0x7F2945) is known color: Flirt. HEX triplet: 7F, 29 and 45. RGB value is (127,41,69). Sum of RGB (Red+Green+Blue) = 127+41+69=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2945 is #80D6BA. Grayscale: #454545. Windows color (decimal): -8443579 or 4532607. OLE color: 4532607.
HSL color Cylindrical-coordinate representation of color #7F2945: hue angle of 340.47º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F2945 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 69 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.50 |
| HSL | 340.47º | 0.51% | 0.33% | - |
| HSV(B) | 340.47º | 0.68% | 0.5% | - |
| XYZ | 10.62 | 6.53 | 6.33 | - |
| YUV | 69.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 69 | 0 | 0.68 | 0.46 | 0.50 | 340.47 | 0.51 | 0.33 |
| Hex | 7F | 29 | 45 | 0 | 44 | 2E | 32 | 154 | 33 | 21 |
| Octal | 177 | 51 | 105 | 0 | 104 | 56 | 62 | 524 | 63 | 41 |
| Binary | 1111111 | 101001 | 1000101 | 0 | 1000100 | 101110 | 110010 | 101010100 | 110011 | 100001 |
Color Harmonies of #7F2945
Complementary color
Monochromatic Colors of #7F2945
Black with #7F2945
Text Example
Text Example
White with #7F2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2945; }
p { color: rgb(127,41,69); }
H1.HeaderClassName
{
color: #7F2945;
}
.AnyTagClassName
{
color: #7F2945;
}
</style>
background-color css
<style>
a { background-color: #7F2945; }
a { background-color: rgb(127,41,69); }
div.DivClassName
{
background-color: #7F2945;
}
.BgClassName
{
background-color: #7F2945;
}
</style>
border-color css
<style>
span { border-color: #7F2945; }
span { border-color: rgb(127,41,69); }
td.TdClassName
{
border-color: #7F2945;
}
.TagClassName
{
border-color: #7F2945;
}
</style>