Shades of Flirt #7D2043
Tints of Flirt #7D2043
RGB
CMYK
RGB Variations
Color information
#7D2043 (or 0x7D2043) is known color: Flirt. HEX triplet: 7D, 20 and 43. RGB value is (125,32,67). Sum of RGB (Red+Green+Blue) = 125+32+67=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2043 is #82DFBC. Grayscale: #3F3F3F. Windows color (decimal): -8576957 or 4399229. OLE color: 4399229.
HSL color Cylindrical-coordinate representation of color #7D2043: hue angle of 337.42º 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 #7D2043 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 67 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.51 |
| HSL | 337.42º | 0.59% | 0.31% | - |
| HSV(B) | 337.42º | 0.74% | 0.49% | - |
| XYZ | 9.99 | 5.8 | 5.9 | - |
| YUV | 63.8 | 129.81 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 67 | 0 | 0.74 | 0.46 | 0.51 | 337.42 | 0.59 | 0.31 |
| Hex | 7D | 20 | 43 | 0 | 4A | 2E | 33 | 151 | 3B | 1F |
| Octal | 175 | 40 | 103 | 0 | 112 | 56 | 63 | 521 | 73 | 37 |
| Binary | 1111101 | 100000 | 1000011 | 0 | 1001010 | 101110 | 110011 | 101010001 | 111011 | 11111 |
Color Harmonies of #7D2043
Complementary color
Monochromatic Colors of #7D2043
Black with #7D2043
Text Example
Text Example
White with #7D2043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2043; }
p { color: rgb(125,32,67); }
H1.HeaderClassName
{
color: #7D2043;
}
.AnyTagClassName
{
color: #7D2043;
}
</style>
background-color css
<style>
a { background-color: #7D2043; }
a { background-color: rgb(125,32,67); }
div.DivClassName
{
background-color: #7D2043;
}
.BgClassName
{
background-color: #7D2043;
}
</style>
border-color css
<style>
span { border-color: #7D2043; }
span { border-color: rgb(125,32,67); }
td.TdClassName
{
border-color: #7D2043;
}
.TagClassName
{
border-color: #7D2043;
}
</style>