Shades of Flirt #7D2353
Tints of Flirt #7D2353
RGB
CMYK
RGB Variations
Color information
#7D2353 (or 0x7D2353) is known color: Flirt. HEX triplet: 7D, 23 and 53. RGB value is (125,35,83). Sum of RGB (Red+Green+Blue) = 125+35+83=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2353 is #82DCAC. Grayscale: #434343. Windows color (decimal): -8576173 or 5448573. OLE color: 5448573.
HSL color Cylindrical-coordinate representation of color #7D2353: hue angle of 328º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2353 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 35 | 83 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.51 |
| HSL | 328º | 0.56% | 0.31% | - |
| HSV(B) | 328º | 0.72% | 0.49% | - |
| XYZ | 10.62 | 6.19 | 8.82 | - |
| YUV | 67.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 35 | 83 | 0 | 0.72 | 0.34 | 0.51 | 328 | 0.56 | 0.31 |
| Hex | 7D | 23 | 53 | 0 | 48 | 22 | 33 | 148 | 38 | 1F |
| Octal | 175 | 43 | 123 | 0 | 110 | 42 | 63 | 510 | 70 | 37 |
| Binary | 1111101 | 100011 | 1010011 | 0 | 1001000 | 100010 | 110011 | 101001000 | 111000 | 11111 |
Color Harmonies of #7D2353
Complementary color
Monochromatic Colors of #7D2353
Black with #7D2353
Text Example
Text Example
White with #7D2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2353; }
p { color: rgb(125,35,83); }
H1.HeaderClassName
{
color: #7D2353;
}
.AnyTagClassName
{
color: #7D2353;
}
</style>
background-color css
<style>
a { background-color: #7D2353; }
a { background-color: rgb(125,35,83); }
div.DivClassName
{
background-color: #7D2353;
}
.BgClassName
{
background-color: #7D2353;
}
</style>
border-color css
<style>
span { border-color: #7D2353; }
span { border-color: rgb(125,35,83); }
td.TdClassName
{
border-color: #7D2353;
}
.TagClassName
{
border-color: #7D2353;
}
</style>