Shades of Flirt #7D2045
Tints of Flirt #7D2045
RGB
CMYK
RGB Variations
Color information
#7D2045 (or 0x7D2045) is known color: Flirt. HEX triplet: 7D, 20 and 45. RGB value is (125,32,69). Sum of RGB (Red+Green+Blue) = 125+32+69=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2045 is #82DFBA. Grayscale: #3F3F3F. Windows color (decimal): -8576955 or 4530301. OLE color: 4530301.
HSL color Cylindrical-coordinate representation of color #7D2045: hue angle of 336.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D2045 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 69 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.51 |
| HSL | 336.13º | 0.59% | 0.31% | - |
| HSV(B) | 336.13º | 0.74% | 0.49% | - |
| XYZ | 10.05 | 5.82 | 6.22 | - |
| YUV | 64.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 69 | 0 | 0.74 | 0.45 | 0.51 | 336.13 | 0.59 | 0.31 |
| Hex | 7D | 20 | 45 | 0 | 4A | 2D | 33 | 150 | 3B | 1F |
| Octal | 175 | 40 | 105 | 0 | 112 | 55 | 63 | 520 | 73 | 37 |
| Binary | 1111101 | 100000 | 1000101 | 0 | 1001010 | 101101 | 110011 | 101010000 | 111011 | 11111 |
Color Harmonies of #7D2045
Complementary color
Monochromatic Colors of #7D2045
Black with #7D2045
Text Example
Text Example
White with #7D2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2045; }
p { color: rgb(125,32,69); }
H1.HeaderClassName
{
color: #7D2045;
}
.AnyTagClassName
{
color: #7D2045;
}
</style>
background-color css
<style>
a { background-color: #7D2045; }
a { background-color: rgb(125,32,69); }
div.DivClassName
{
background-color: #7D2045;
}
.BgClassName
{
background-color: #7D2045;
}
</style>
border-color css
<style>
span { border-color: #7D2045; }
span { border-color: rgb(125,32,69); }
td.TdClassName
{
border-color: #7D2045;
}
.TagClassName
{
border-color: #7D2045;
}
</style>