Shades of Flirt #7D2949
Tints of Flirt #7D2949
RGB
CMYK
RGB Variations
Color information
#7D2949 (or 0x7D2949) is known color: Flirt. HEX triplet: 7D, 29 and 49. RGB value is (125,41,73). Sum of RGB (Red+Green+Blue) = 125+41+73=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2949 is #82D6B6. Grayscale: #454545. Windows color (decimal): -8574647 or 4794749. OLE color: 4794749.
HSL color Cylindrical-coordinate representation of color #7D2949: hue angle of 337.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D2949 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 73 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.51 |
| HSL | 337.14º | 0.51% | 0.33% | - |
| HSV(B) | 337.14º | 0.67% | 0.49% | - |
| XYZ | 10.45 | 6.43 | 6.99 | - |
| YUV | 69.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 73 | 0 | 0.67 | 0.42 | 0.51 | 337.14 | 0.51 | 0.33 |
| Hex | 7D | 29 | 49 | 0 | 43 | 2A | 33 | 151 | 33 | 21 |
| Octal | 175 | 51 | 111 | 0 | 103 | 52 | 63 | 521 | 63 | 41 |
| Binary | 1111101 | 101001 | 1001001 | 0 | 1000011 | 101010 | 110011 | 101010001 | 110011 | 100001 |
Color Harmonies of #7D2949
Complementary color
Monochromatic Colors of #7D2949
Black with #7D2949
Text Example
Text Example
White with #7D2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2949; }
p { color: rgb(125,41,73); }
H1.HeaderClassName
{
color: #7D2949;
}
.AnyTagClassName
{
color: #7D2949;
}
</style>
background-color css
<style>
a { background-color: #7D2949; }
a { background-color: rgb(125,41,73); }
div.DivClassName
{
background-color: #7D2949;
}
.BgClassName
{
background-color: #7D2949;
}
</style>
border-color css
<style>
span { border-color: #7D2949; }
span { border-color: rgb(125,41,73); }
td.TdClassName
{
border-color: #7D2949;
}
.TagClassName
{
border-color: #7D2949;
}
</style>