Shades of Flirt #7D2852
Tints of Flirt #7D2852
RGB
CMYK
RGB Variations
Color information
#7D2852 (or 0x7D2852) is known color: Flirt. HEX triplet: 7D, 28 and 52. RGB value is (125,40,82). Sum of RGB (Red+Green+Blue) = 125+40+82=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2852 is #82D7AD. Grayscale: #464646. Windows color (decimal): -8574894 or 5384317. OLE color: 5384317.
HSL color Cylindrical-coordinate representation of color #7D2852: hue angle of 330.35º 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 #7D2852 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 82 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.51 |
| HSL | 330.35º | 0.52% | 0.32% | - |
| HSV(B) | 330.35º | 0.68% | 0.49% | - |
| XYZ | 10.74 | 6.49 | 8.67 | - |
| YUV | 70.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 82 | 0 | 0.68 | 0.34 | 0.51 | 330.35 | 0.52 | 0.32 |
| Hex | 7D | 28 | 52 | 0 | 44 | 22 | 33 | 14A | 34 | 20 |
| Octal | 175 | 50 | 122 | 0 | 104 | 42 | 63 | 512 | 64 | 40 |
| Binary | 1111101 | 101000 | 1010010 | 0 | 1000100 | 100010 | 110011 | 101001010 | 110100 | 100000 |
Color Harmonies of #7D2852
Complementary color
Monochromatic Colors of #7D2852
Black with #7D2852
Text Example
Text Example
White with #7D2852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2852; }
p { color: rgb(125,40,82); }
H1.HeaderClassName
{
color: #7D2852;
}
.AnyTagClassName
{
color: #7D2852;
}
</style>
background-color css
<style>
a { background-color: #7D2852; }
a { background-color: rgb(125,40,82); }
div.DivClassName
{
background-color: #7D2852;
}
.BgClassName
{
background-color: #7D2852;
}
</style>
border-color css
<style>
span { border-color: #7D2852; }
span { border-color: rgb(125,40,82); }
td.TdClassName
{
border-color: #7D2852;
}
.TagClassName
{
border-color: #7D2852;
}
</style>