Shades of Flirt #722A4A
Tints of Flirt #722A4A
RGB
CMYK
RGB Variations
Color information
#722A4A (or 0x722A4A) is known color: Flirt. HEX triplet: 72, 2A and 4A. RGB value is (114,42,74). Sum of RGB (Red+Green+Blue) = 114+42+74=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #722A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A4A is #8DD5B5. Grayscale: #434343. Windows color (decimal): -9295286 or 4860530. OLE color: 4860530.
HSL color Cylindrical-coordinate representation of color #722A4A: hue angle of 333.33º 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 #722A4A is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 74 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.55 |
| HSL | 333.33º | 0.46% | 0.31% | - |
| HSV(B) | 333.33º | 0.63% | 0.45% | - |
| XYZ | 9 | 5.73 | 7.11 | - |
| YUV | 67.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 74 | 0 | 0.63 | 0.35 | 0.55 | 333.33 | 0.46 | 0.31 |
| Hex | 72 | 2A | 4A | 0 | 3F | 23 | 37 | 14D | 2E | 1F |
| Octal | 162 | 52 | 112 | 0 | 77 | 43 | 67 | 515 | 56 | 37 |
| Binary | 1110010 | 101010 | 1001010 | 0 | 111111 | 100011 | 110111 | 101001101 | 101110 | 11111 |
Color Harmonies of #722A4A
Complementary color
Monochromatic Colors of #722A4A
Black with #722A4A
Text Example
Text Example
White with #722A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A4A; }
p { color: rgb(114,42,74); }
H1.HeaderClassName
{
color: #722A4A;
}
.AnyTagClassName
{
color: #722A4A;
}
</style>
background-color css
<style>
a { background-color: #722A4A; }
a { background-color: rgb(114,42,74); }
div.DivClassName
{
background-color: #722A4A;
}
.BgClassName
{
background-color: #722A4A;
}
</style>
border-color css
<style>
span { border-color: #722A4A; }
span { border-color: rgb(114,42,74); }
td.TdClassName
{
border-color: #722A4A;
}
.TagClassName
{
border-color: #722A4A;
}
</style>