Shades of Flirt #7D2048
Tints of Flirt #7D2048
RGB
CMYK
RGB Variations
Color information
#7D2048 (or 0x7D2048) is known color: Flirt. HEX triplet: 7D, 20 and 48. RGB value is (125,32,72). Sum of RGB (Red+Green+Blue) = 125+32+72=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2048 is #82DFB7. Grayscale: #404040. Windows color (decimal): -8576952 or 4726909. OLE color: 4726909.
HSL color Cylindrical-coordinate representation of color #7D2048: hue angle of 334.19º 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 #7D2048 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 72 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.51 |
| HSL | 334.19º | 0.59% | 0.31% | - |
| HSV(B) | 334.19º | 0.74% | 0.49% | - |
| XYZ | 10.14 | 5.86 | 6.73 | - |
| YUV | 64.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 72 | 0 | 0.74 | 0.42 | 0.51 | 334.19 | 0.59 | 0.31 |
| Hex | 7D | 20 | 48 | 0 | 4A | 2A | 33 | 14E | 3B | 1F |
| Octal | 175 | 40 | 110 | 0 | 112 | 52 | 63 | 516 | 73 | 37 |
| Binary | 1111101 | 100000 | 1001000 | 0 | 1001010 | 101010 | 110011 | 101001110 | 111011 | 11111 |
Color Harmonies of #7D2048
Complementary color
Monochromatic Colors of #7D2048
Black with #7D2048
Text Example
Text Example
White with #7D2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2048; }
p { color: rgb(125,32,72); }
H1.HeaderClassName
{
color: #7D2048;
}
.AnyTagClassName
{
color: #7D2048;
}
</style>
background-color css
<style>
a { background-color: #7D2048; }
a { background-color: rgb(125,32,72); }
div.DivClassName
{
background-color: #7D2048;
}
.BgClassName
{
background-color: #7D2048;
}
</style>
border-color css
<style>
span { border-color: #7D2048; }
span { border-color: rgb(125,32,72); }
td.TdClassName
{
border-color: #7D2048;
}
.TagClassName
{
border-color: #7D2048;
}
</style>