Shades of Flirt #7D375E
Tints of Flirt #7D375E
RGB
CMYK
RGB Variations
Color information
#7D375E (or 0x7D375E) is known color: Flirt. HEX triplet: 7D, 37 and 5E. RGB value is (125,55,94). Sum of RGB (Red+Green+Blue) = 125+55+94=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D375E is #82C8A1. Grayscale: #505050. Windows color (decimal): -8571042 or 6174589. OLE color: 6174589.
HSL color Cylindrical-coordinate representation of color #7D375E: hue angle of 326.57º 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 #7D375E is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 94 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.51 |
| HSL | 326.57º | 0.39% | 0.35% | - |
| HSV(B) | 326.57º | 0.56% | 0.49% | - |
| XYZ | 11.84 | 7.9 | 11.49 | - |
| YUV | 80.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 94 | 0 | 0.56 | 0.25 | 0.51 | 326.57 | 0.39 | 0.35 |
| Hex | 7D | 37 | 5E | 0 | 38 | 19 | 33 | 147 | 27 | 23 |
| Octal | 175 | 67 | 136 | 0 | 70 | 31 | 63 | 507 | 47 | 43 |
| Binary | 1111101 | 110111 | 1011110 | 0 | 111000 | 11001 | 110011 | 101000111 | 100111 | 100011 |
Color Harmonies of #7D375E
Complementary color
Monochromatic Colors of #7D375E
Black with #7D375E
Text Example
Text Example
White with #7D375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D375E; }
p { color: rgb(125,55,94); }
H1.HeaderClassName
{
color: #7D375E;
}
.AnyTagClassName
{
color: #7D375E;
}
</style>
background-color css
<style>
a { background-color: #7D375E; }
a { background-color: rgb(125,55,94); }
div.DivClassName
{
background-color: #7D375E;
}
.BgClassName
{
background-color: #7D375E;
}
</style>
border-color css
<style>
span { border-color: #7D375E; }
span { border-color: rgb(125,55,94); }
td.TdClassName
{
border-color: #7D375E;
}
.TagClassName
{
border-color: #7D375E;
}
</style>