Shades of Flirt #7D2853
Tints of Flirt #7D2853
RGB
CMYK
RGB Variations
Color information
#7D2853 (or 0x7D2853) is known color: Flirt. HEX triplet: 7D, 28 and 53. RGB value is (125,40,83). Sum of RGB (Red+Green+Blue) = 125+40+83=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2853 is #82D7AC. Grayscale: #464646. Windows color (decimal): -8574893 or 5449853. OLE color: 5449853.
HSL color Cylindrical-coordinate representation of color #7D2853: hue angle of 329.65º 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 #7D2853 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 83 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.51 |
| HSL | 329.65º | 0.52% | 0.32% | - |
| HSV(B) | 329.65º | 0.68% | 0.49% | - |
| XYZ | 10.78 | 6.5 | 8.87 | - |
| YUV | 70.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 83 | 0 | 0.68 | 0.34 | 0.51 | 329.65 | 0.52 | 0.32 |
| Hex | 7D | 28 | 53 | 0 | 44 | 22 | 33 | 14A | 34 | 20 |
| Octal | 175 | 50 | 123 | 0 | 104 | 42 | 63 | 512 | 64 | 40 |
| Binary | 1111101 | 101000 | 1010011 | 0 | 1000100 | 100010 | 110011 | 101001010 | 110100 | 100000 |
Color Harmonies of #7D2853
Complementary color
Monochromatic Colors of #7D2853
Black with #7D2853
Text Example
Text Example
White with #7D2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2853; }
p { color: rgb(125,40,83); }
H1.HeaderClassName
{
color: #7D2853;
}
.AnyTagClassName
{
color: #7D2853;
}
</style>
background-color css
<style>
a { background-color: #7D2853; }
a { background-color: rgb(125,40,83); }
div.DivClassName
{
background-color: #7D2853;
}
.BgClassName
{
background-color: #7D2853;
}
</style>
border-color css
<style>
span { border-color: #7D2853; }
span { border-color: rgb(125,40,83); }
td.TdClassName
{
border-color: #7D2853;
}
.TagClassName
{
border-color: #7D2853;
}
</style>