Shades of Flirt #7D3047
Tints of Flirt #7D3047
RGB
CMYK
RGB Variations
Color information
#7D3047 (or 0x7D3047) is known color: Flirt. HEX triplet: 7D, 30 and 47. RGB value is (125,48,71). Sum of RGB (Red+Green+Blue) = 125+48+71=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3047 is #82CFB8. Grayscale: #494949. Windows color (decimal): -8572857 or 4665469. OLE color: 4665469.
HSL color Cylindrical-coordinate representation of color #7D3047: hue angle of 342.08º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D3047 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 48 | 71 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.51 |
| HSL | 342.08º | 0.45% | 0.34% | - |
| HSV(B) | 342.08º | 0.62% | 0.49% | - |
| XYZ | 10.65 | 6.93 | 6.74 | - |
| YUV | 73.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 48 | 71 | 0 | 0.62 | 0.43 | 0.51 | 342.08 | 0.45 | 0.34 |
| Hex | 7D | 30 | 47 | 0 | 3E | 2B | 33 | 156 | 2D | 22 |
| Octal | 175 | 60 | 107 | 0 | 76 | 53 | 63 | 526 | 55 | 42 |
| Binary | 1111101 | 110000 | 1000111 | 0 | 111110 | 101011 | 110011 | 101010110 | 101101 | 100010 |
Color Harmonies of #7D3047
Complementary color
Monochromatic Colors of #7D3047
Black with #7D3047
Text Example
Text Example
White with #7D3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3047; }
p { color: rgb(125,48,71); }
H1.HeaderClassName
{
color: #7D3047;
}
.AnyTagClassName
{
color: #7D3047;
}
</style>
background-color css
<style>
a { background-color: #7D3047; }
a { background-color: rgb(125,48,71); }
div.DivClassName
{
background-color: #7D3047;
}
.BgClassName
{
background-color: #7D3047;
}
</style>
border-color css
<style>
span { border-color: #7D3047; }
span { border-color: rgb(125,48,71); }
td.TdClassName
{
border-color: #7D3047;
}
.TagClassName
{
border-color: #7D3047;
}
</style>