Shades of Flirt #7D245B
Tints of Flirt #7D245B
RGB
CMYK
RGB Variations
Color information
#7D245B (or 0x7D245B) is known color: Flirt. HEX triplet: 7D, 24 and 5B. RGB value is (125,36,91). Sum of RGB (Red+Green+Blue) = 125+36+91=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D245B is #82DBA4. Grayscale: #444444. Windows color (decimal): -8575909 or 5973117. OLE color: 5973117.
HSL color Cylindrical-coordinate representation of color #7D245B: hue angle of 322.92º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D245B is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 91 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.51 |
| HSL | 322.92º | 0.55% | 0.32% | - |
| HSV(B) | 322.92º | 0.71% | 0.49% | - |
| XYZ | 10.98 | 6.38 | 10.55 | - |
| YUV | 68.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 91 | 0 | 0.71 | 0.27 | 0.51 | 322.92 | 0.55 | 0.32 |
| Hex | 7D | 24 | 5B | 0 | 47 | 1B | 33 | 143 | 37 | 20 |
| Octal | 175 | 44 | 133 | 0 | 107 | 33 | 63 | 503 | 67 | 40 |
| Binary | 1111101 | 100100 | 1011011 | 0 | 1000111 | 11011 | 110011 | 101000011 | 110111 | 100000 |
Color Harmonies of #7D245B
Complementary color
Monochromatic Colors of #7D245B
Black with #7D245B
Text Example
Text Example
White with #7D245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D245B; }
p { color: rgb(125,36,91); }
H1.HeaderClassName
{
color: #7D245B;
}
.AnyTagClassName
{
color: #7D245B;
}
</style>
background-color css
<style>
a { background-color: #7D245B; }
a { background-color: rgb(125,36,91); }
div.DivClassName
{
background-color: #7D245B;
}
.BgClassName
{
background-color: #7D245B;
}
</style>
border-color css
<style>
span { border-color: #7D245B; }
span { border-color: rgb(125,36,91); }
td.TdClassName
{
border-color: #7D245B;
}
.TagClassName
{
border-color: #7D245B;
}
</style>