Shades of Flirt #7D285E
Tints of Flirt #7D285E
RGB
CMYK
RGB Variations
Color information
#7D285E (or 0x7D285E) is known color: Flirt. HEX triplet: 7D, 28 and 5E. RGB value is (125,40,94). Sum of RGB (Red+Green+Blue) = 125+40+94=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 125 - color contains mainly: red. Hex color #7D285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D285E is #82D7A1. Grayscale: #474747. Windows color (decimal): -8574882 or 6170749. OLE color: 6170749.
HSL color Cylindrical-coordinate representation of color #7D285E: hue angle of 321.88º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D285E is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 94 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.51 |
| HSL | 321.88º | 0.52% | 0.32% | - |
| HSV(B) | 321.88º | 0.68% | 0.49% | - |
| XYZ | 11.24 | 6.69 | 11.29 | - |
| YUV | 71.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 94 | 0 | 0.68 | 0.25 | 0.51 | 321.88 | 0.52 | 0.32 |
| Hex | 7D | 28 | 5E | 0 | 44 | 19 | 33 | 142 | 34 | 20 |
| Octal | 175 | 50 | 136 | 0 | 104 | 31 | 63 | 502 | 64 | 40 |
| Binary | 1111101 | 101000 | 1011110 | 0 | 1000100 | 11001 | 110011 | 101000010 | 110100 | 100000 |
Color Harmonies of #7D285E
Complementary color
Monochromatic Colors of #7D285E
Black with #7D285E
Text Example
Text Example
White with #7D285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D285E; }
p { color: rgb(125,40,94); }
H1.HeaderClassName
{
color: #7D285E;
}
.AnyTagClassName
{
color: #7D285E;
}
</style>
background-color css
<style>
a { background-color: #7D285E; }
a { background-color: rgb(125,40,94); }
div.DivClassName
{
background-color: #7D285E;
}
.BgClassName
{
background-color: #7D285E;
}
</style>
border-color css
<style>
span { border-color: #7D285E; }
span { border-color: rgb(125,40,94); }
td.TdClassName
{
border-color: #7D285E;
}
.TagClassName
{
border-color: #7D285E;
}
</style>