Shades of Flirt #722A51
Tints of Flirt #722A51
RGB
CMYK
RGB Variations
Color information
#722A51 (or 0x722A51) is known color: Flirt. HEX triplet: 72, 2A and 51. RGB value is (114,42,81). Sum of RGB (Red+Green+Blue) = 114+42+81=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #722A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722A51 is #8DD5AE. Grayscale: #434343. Windows color (decimal): -9295279 or 5319282. OLE color: 5319282.
HSL color Cylindrical-coordinate representation of color #722A51: hue angle of 327.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A51 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 81 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.55 |
| HSL | 327.5º | 0.46% | 0.31% | - |
| HSV(B) | 327.5º | 0.63% | 0.45% | - |
| XYZ | 9.25 | 5.83 | 8.42 | - |
| YUV | 67.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 81 | 0 | 0.63 | 0.29 | 0.55 | 327.5 | 0.46 | 0.31 |
| Hex | 72 | 2A | 51 | 0 | 3F | 1D | 37 | 148 | 2E | 1F |
| Octal | 162 | 52 | 121 | 0 | 77 | 35 | 67 | 510 | 56 | 37 |
| Binary | 1110010 | 101010 | 1010001 | 0 | 111111 | 11101 | 110111 | 101001000 | 101110 | 11111 |
Color Harmonies of #722A51
Complementary color
Monochromatic Colors of #722A51
Black with #722A51
Text Example
Text Example
White with #722A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A51; }
p { color: rgb(114,42,81); }
H1.HeaderClassName
{
color: #722A51;
}
.AnyTagClassName
{
color: #722A51;
}
</style>
background-color css
<style>
a { background-color: #722A51; }
a { background-color: rgb(114,42,81); }
div.DivClassName
{
background-color: #722A51;
}
.BgClassName
{
background-color: #722A51;
}
</style>
border-color css
<style>
span { border-color: #722A51; }
span { border-color: rgb(114,42,81); }
td.TdClassName
{
border-color: #722A51;
}
.TagClassName
{
border-color: #722A51;
}
</style>