Shades of Flirt #7D375C
Tints of Flirt #7D375C
RGB
CMYK
RGB Variations
Color information
#7D375C (or 0x7D375C) is known color: Flirt. HEX triplet: 7D, 37 and 5C. RGB value is (125,55,92). Sum of RGB (Red+Green+Blue) = 125+55+92=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D375C is #82C8A3. Grayscale: #505050. Windows color (decimal): -8571044 or 6043517. OLE color: 6043517.
HSL color Cylindrical-coordinate representation of color #7D375C: hue angle of 328.29º 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 #7D375C is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 92 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.51 |
| HSL | 328.29º | 0.39% | 0.35% | - |
| HSV(B) | 328.29º | 0.56% | 0.49% | - |
| XYZ | 11.76 | 7.87 | 11.02 | - |
| YUV | 80.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 92 | 0 | 0.56 | 0.26 | 0.51 | 328.29 | 0.39 | 0.35 |
| Hex | 7D | 37 | 5C | 0 | 38 | 1A | 33 | 148 | 27 | 23 |
| Octal | 175 | 67 | 134 | 0 | 70 | 32 | 63 | 510 | 47 | 43 |
| Binary | 1111101 | 110111 | 1011100 | 0 | 111000 | 11010 | 110011 | 101001000 | 100111 | 100011 |
Color Harmonies of #7D375C
Complementary color
Monochromatic Colors of #7D375C
Black with #7D375C
Text Example
Text Example
White with #7D375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D375C; }
p { color: rgb(125,55,92); }
H1.HeaderClassName
{
color: #7D375C;
}
.AnyTagClassName
{
color: #7D375C;
}
</style>
background-color css
<style>
a { background-color: #7D375C; }
a { background-color: rgb(125,55,92); }
div.DivClassName
{
background-color: #7D375C;
}
.BgClassName
{
background-color: #7D375C;
}
</style>
border-color css
<style>
span { border-color: #7D375C; }
span { border-color: rgb(125,55,92); }
td.TdClassName
{
border-color: #7D375C;
}
.TagClassName
{
border-color: #7D375C;
}
</style>