Shades of Flirt #72344A
Tints of Flirt #72344A
RGB
CMYK
RGB Variations
Color information
#72344A (or 0x72344A) is known color: Flirt. HEX triplet: 72, 34 and 4A. RGB value is (114,52,74). Sum of RGB (Red+Green+Blue) = 114+52+74=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72344A is #8DCBB5. Grayscale: #494949. Windows color (decimal): -9292726 or 4863090. OLE color: 4863090.
HSL color Cylindrical-coordinate representation of color #72344A: hue angle of 338.71º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72344A is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 52 | 74 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.55 |
| HSL | 338.71º | 0.37% | 0.33% | - |
| HSV(B) | 338.71º | 0.54% | 0.45% | - |
| XYZ | 9.4 | 6.53 | 7.24 | - |
| YUV | 73.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 74 | 0 | 0.54 | 0.35 | 0.55 | 338.71 | 0.37 | 0.33 |
| Hex | 72 | 34 | 4A | 0 | 36 | 23 | 37 | 153 | 25 | 21 |
| Octal | 162 | 64 | 112 | 0 | 66 | 43 | 67 | 523 | 45 | 41 |
| Binary | 1110010 | 110100 | 1001010 | 0 | 110110 | 100011 | 110111 | 101010011 | 100101 | 100001 |
Color Harmonies of #72344A
Complementary color
Monochromatic Colors of #72344A
Black with #72344A
Text Example
Text Example
White with #72344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72344A; }
p { color: rgb(114,52,74); }
H1.HeaderClassName
{
color: #72344A;
}
.AnyTagClassName
{
color: #72344A;
}
</style>
background-color css
<style>
a { background-color: #72344A; }
a { background-color: rgb(114,52,74); }
div.DivClassName
{
background-color: #72344A;
}
.BgClassName
{
background-color: #72344A;
}
</style>
border-color css
<style>
span { border-color: #72344A; }
span { border-color: rgb(114,52,74); }
td.TdClassName
{
border-color: #72344A;
}
.TagClassName
{
border-color: #72344A;
}
</style>