Shades of Flirt #7D2851
Tints of Flirt #7D2851
RGB
CMYK
RGB Variations
Color information
#7D2851 (or 0x7D2851) is known color: Flirt. HEX triplet: 7D, 28 and 51. RGB value is (125,40,81). Sum of RGB (Red+Green+Blue) = 125+40+81=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2851 is #82D7AE. Grayscale: #464646. Windows color (decimal): -8574895 or 5318781. OLE color: 5318781.
HSL color Cylindrical-coordinate representation of color #7D2851: hue angle of 331.06º 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 #7D2851 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 81 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.51 |
| HSL | 331.06º | 0.52% | 0.32% | - |
| HSV(B) | 331.06º | 0.68% | 0.49% | - |
| XYZ | 10.7 | 6.47 | 8.47 | - |
| YUV | 70.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 81 | 0 | 0.68 | 0.35 | 0.51 | 331.06 | 0.52 | 0.32 |
| Hex | 7D | 28 | 51 | 0 | 44 | 23 | 33 | 14B | 34 | 20 |
| Octal | 175 | 50 | 121 | 0 | 104 | 43 | 63 | 513 | 64 | 40 |
| Binary | 1111101 | 101000 | 1010001 | 0 | 1000100 | 100011 | 110011 | 101001011 | 110100 | 100000 |
Color Harmonies of #7D2851
Complementary color
Monochromatic Colors of #7D2851
Black with #7D2851
Text Example
Text Example
White with #7D2851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2851; }
p { color: rgb(125,40,81); }
H1.HeaderClassName
{
color: #7D2851;
}
.AnyTagClassName
{
color: #7D2851;
}
</style>
background-color css
<style>
a { background-color: #7D2851; }
a { background-color: rgb(125,40,81); }
div.DivClassName
{
background-color: #7D2851;
}
.BgClassName
{
background-color: #7D2851;
}
</style>
border-color css
<style>
span { border-color: #7D2851; }
span { border-color: rgb(125,40,81); }
td.TdClassName
{
border-color: #7D2851;
}
.TagClassName
{
border-color: #7D2851;
}
</style>