Shades of Flirt #7D224B
Tints of Flirt #7D224B
RGB
CMYK
RGB Variations
Color information
#7D224B (or 0x7D224B) is known color: Flirt. HEX triplet: 7D, 22 and 4B. RGB value is (125,34,75). Sum of RGB (Red+Green+Blue) = 125+34+75=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D224B is #82DDB4. Grayscale: #414141. Windows color (decimal): -8576437 or 4924029. OLE color: 4924029.
HSL color Cylindrical-coordinate representation of color #7D224B: hue angle of 332.97º 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 #7D224B is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 34 | 75 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.51 |
| HSL | 332.97º | 0.57% | 0.31% | - |
| HSV(B) | 332.97º | 0.73% | 0.49% | - |
| XYZ | 10.3 | 6.01 | 7.27 | - |
| YUV | 65.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 75 | 0 | 0.73 | 0.40 | 0.51 | 332.97 | 0.57 | 0.31 |
| Hex | 7D | 22 | 4B | 0 | 49 | 28 | 33 | 14D | 39 | 1F |
| Octal | 175 | 42 | 113 | 0 | 111 | 50 | 63 | 515 | 71 | 37 |
| Binary | 1111101 | 100010 | 1001011 | 0 | 1001001 | 101000 | 110011 | 101001101 | 111001 | 11111 |
Color Harmonies of #7D224B
Complementary color
Monochromatic Colors of #7D224B
Black with #7D224B
Text Example
Text Example
White with #7D224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D224B; }
p { color: rgb(125,34,75); }
H1.HeaderClassName
{
color: #7D224B;
}
.AnyTagClassName
{
color: #7D224B;
}
</style>
background-color css
<style>
a { background-color: #7D224B; }
a { background-color: rgb(125,34,75); }
div.DivClassName
{
background-color: #7D224B;
}
.BgClassName
{
background-color: #7D224B;
}
</style>
border-color css
<style>
span { border-color: #7D224B; }
span { border-color: rgb(125,34,75); }
td.TdClassName
{
border-color: #7D224B;
}
.TagClassName
{
border-color: #7D224B;
}
</style>