Shades of Flirt #7D375D
Tints of Flirt #7D375D
RGB
CMYK
RGB Variations
Color information
#7D375D (or 0x7D375D) is known color: Flirt. HEX triplet: 7D, 37 and 5D. RGB value is (125,55,93). Sum of RGB (Red+Green+Blue) = 125+55+93=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D375D is #82C8A2. Grayscale: #505050. Windows color (decimal): -8571043 or 6109053. OLE color: 6109053.
HSL color Cylindrical-coordinate representation of color #7D375D: hue angle of 327.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D375D is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 93 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.51 |
| HSL | 327.43º | 0.39% | 0.35% | - |
| HSV(B) | 327.43º | 0.56% | 0.49% | - |
| XYZ | 11.8 | 7.88 | 11.26 | - |
| YUV | 80.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 93 | 0 | 0.56 | 0.26 | 0.51 | 327.43 | 0.39 | 0.35 |
| Hex | 7D | 37 | 5D | 0 | 38 | 1A | 33 | 147 | 27 | 23 |
| Octal | 175 | 67 | 135 | 0 | 70 | 32 | 63 | 507 | 47 | 43 |
| Binary | 1111101 | 110111 | 1011101 | 0 | 111000 | 11010 | 110011 | 101000111 | 100111 | 100011 |
Color Harmonies of #7D375D
Complementary color
Monochromatic Colors of #7D375D
Black with #7D375D
Text Example
Text Example
White with #7D375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D375D; }
p { color: rgb(125,55,93); }
H1.HeaderClassName
{
color: #7D375D;
}
.AnyTagClassName
{
color: #7D375D;
}
</style>
background-color css
<style>
a { background-color: #7D375D; }
a { background-color: rgb(125,55,93); }
div.DivClassName
{
background-color: #7D375D;
}
.BgClassName
{
background-color: #7D375D;
}
</style>
border-color css
<style>
span { border-color: #7D375D; }
span { border-color: rgb(125,55,93); }
td.TdClassName
{
border-color: #7D375D;
}
.TagClassName
{
border-color: #7D375D;
}
</style>