Shades of Flirt #7D2248
Tints of Flirt #7D2248
RGB
CMYK
RGB Variations
Color information
#7D2248 (or 0x7D2248) is known color: Flirt. HEX triplet: 7D, 22 and 48. RGB value is (125,34,72). Sum of RGB (Red+Green+Blue) = 125+34+72=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2248 is #82DDB7. Grayscale: #414141. Windows color (decimal): -8576440 or 4727421. OLE color: 4727421.
HSL color Cylindrical-coordinate representation of color #7D2248: hue angle of 334.95º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D2248 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 34 | 72 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.51 |
| HSL | 334.95º | 0.57% | 0.31% | - |
| HSV(B) | 334.95º | 0.73% | 0.49% | - |
| XYZ | 10.2 | 5.97 | 6.75 | - |
| YUV | 65.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 72 | 0 | 0.73 | 0.42 | 0.51 | 334.95 | 0.57 | 0.31 |
| Hex | 7D | 22 | 48 | 0 | 49 | 2A | 33 | 14F | 39 | 1F |
| Octal | 175 | 42 | 110 | 0 | 111 | 52 | 63 | 517 | 71 | 37 |
| Binary | 1111101 | 100010 | 1001000 | 0 | 1001001 | 101010 | 110011 | 101001111 | 111001 | 11111 |
Color Harmonies of #7D2248
Complementary color
Monochromatic Colors of #7D2248
Black with #7D2248
Text Example
Text Example
White with #7D2248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2248; }
p { color: rgb(125,34,72); }
H1.HeaderClassName
{
color: #7D2248;
}
.AnyTagClassName
{
color: #7D2248;
}
</style>
background-color css
<style>
a { background-color: #7D2248; }
a { background-color: rgb(125,34,72); }
div.DivClassName
{
background-color: #7D2248;
}
.BgClassName
{
background-color: #7D2248;
}
</style>
border-color css
<style>
span { border-color: #7D2248; }
span { border-color: rgb(125,34,72); }
td.TdClassName
{
border-color: #7D2248;
}
.TagClassName
{
border-color: #7D2248;
}
</style>