Shades of Flirt #7A2352
Tints of Flirt #7A2352
RGB
CMYK
RGB Variations
Color information
#7A2352 (or 0x7A2352) is known color: Flirt. HEX triplet: 7A, 23 and 52. RGB value is (122,35,82). Sum of RGB (Red+Green+Blue) = 122+35+82=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2352 is #85DCAD. Grayscale: #424242. Windows color (decimal): -8772782 or 5383034. OLE color: 5383034.
HSL color Cylindrical-coordinate representation of color #7A2352: hue angle of 327.59º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A2352 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 35 | 82 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.52 |
| HSL | 327.59º | 0.55% | 0.31% | - |
| HSV(B) | 327.59º | 0.71% | 0.48% | - |
| XYZ | 10.15 | 5.95 | 8.6 | - |
| YUV | 66.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 35 | 82 | 0 | 0.71 | 0.33 | 0.52 | 327.59 | 0.55 | 0.31 |
| Hex | 7A | 23 | 52 | 0 | 47 | 21 | 34 | 148 | 37 | 1F |
| Octal | 172 | 43 | 122 | 0 | 107 | 41 | 64 | 510 | 67 | 37 |
| Binary | 1111010 | 100011 | 1010010 | 0 | 1000111 | 100001 | 110100 | 101001000 | 110111 | 11111 |
Color Harmonies of #7A2352
Complementary color
Monochromatic Colors of #7A2352
Black with #7A2352
Text Example
Text Example
White with #7A2352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2352; }
p { color: rgb(122,35,82); }
H1.HeaderClassName
{
color: #7A2352;
}
.AnyTagClassName
{
color: #7A2352;
}
</style>
background-color css
<style>
a { background-color: #7A2352; }
a { background-color: rgb(122,35,82); }
div.DivClassName
{
background-color: #7A2352;
}
.BgClassName
{
background-color: #7A2352;
}
</style>
border-color css
<style>
span { border-color: #7A2352; }
span { border-color: rgb(122,35,82); }
td.TdClassName
{
border-color: #7A2352;
}
.TagClassName
{
border-color: #7A2352;
}
</style>