Shades of Flirt #7D2441
Tints of Flirt #7D2441
RGB
CMYK
RGB Variations
Color information
#7D2441 (or 0x7D2441) is known color: Flirt. HEX triplet: 7D, 24 and 41. RGB value is (125,36,65). Sum of RGB (Red+Green+Blue) = 125+36+65=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2441 is #82DBBE. Grayscale: #414141. Windows color (decimal): -8575935 or 4269181. OLE color: 4269181.
HSL color Cylindrical-coordinate representation of color #7D2441: hue angle of 340.45º 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 #7D2441 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 65 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.51 |
| HSL | 340.45º | 0.55% | 0.32% | - |
| HSV(B) | 340.45º | 0.71% | 0.49% | - |
| XYZ | 10.04 | 6 | 5.63 | - |
| YUV | 65.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 65 | 0 | 0.71 | 0.48 | 0.51 | 340.45 | 0.55 | 0.32 |
| Hex | 7D | 24 | 41 | 0 | 47 | 30 | 33 | 154 | 37 | 20 |
| Octal | 175 | 44 | 101 | 0 | 107 | 60 | 63 | 524 | 67 | 40 |
| Binary | 1111101 | 100100 | 1000001 | 0 | 1000111 | 110000 | 110011 | 101010100 | 110111 | 100000 |
Color Harmonies of #7D2441
Complementary color
Monochromatic Colors of #7D2441
Black with #7D2441
Text Example
Text Example
White with #7D2441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2441; }
p { color: rgb(125,36,65); }
H1.HeaderClassName
{
color: #7D2441;
}
.AnyTagClassName
{
color: #7D2441;
}
</style>
background-color css
<style>
a { background-color: #7D2441; }
a { background-color: rgb(125,36,65); }
div.DivClassName
{
background-color: #7D2441;
}
.BgClassName
{
background-color: #7D2441;
}
</style>
border-color css
<style>
span { border-color: #7D2441; }
span { border-color: rgb(125,36,65); }
td.TdClassName
{
border-color: #7D2441;
}
.TagClassName
{
border-color: #7D2441;
}
</style>