Shades of Flirt #72394E
Tints of Flirt #72394E
RGB
CMYK
RGB Variations
Color information
#72394E (or 0x72394E) is known color: Flirt. HEX triplet: 72, 39 and 4E. RGB value is (114,57,78). Sum of RGB (Red+Green+Blue) = 114+57+78=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #72394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72394E is #8DC6B1. Grayscale: #4C4C4C. Windows color (decimal): -9291442 or 5126514. OLE color: 5126514.
HSL color Cylindrical-coordinate representation of color #72394E: hue angle of 337.89º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72394E is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 57 | 78 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.55 |
| HSL | 337.89º | 0.33% | 0.34% | - |
| HSV(B) | 337.89º | 0.5% | 0.45% | - |
| XYZ | 9.78 | 7.05 | 8.05 | - |
| YUV | 76.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 78 | 0 | 0.50 | 0.32 | 0.55 | 337.89 | 0.33 | 0.34 |
| Hex | 72 | 39 | 4E | 0 | 32 | 20 | 37 | 152 | 21 | 22 |
| Octal | 162 | 71 | 116 | 0 | 62 | 40 | 67 | 522 | 41 | 42 |
| Binary | 1110010 | 111001 | 1001110 | 0 | 110010 | 100000 | 110111 | 101010010 | 100001 | 100010 |
Color Harmonies of #72394E
Complementary color
Monochromatic Colors of #72394E
Black with #72394E
Text Example
Text Example
White with #72394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72394E; }
p { color: rgb(114,57,78); }
H1.HeaderClassName
{
color: #72394E;
}
.AnyTagClassName
{
color: #72394E;
}
</style>
background-color css
<style>
a { background-color: #72394E; }
a { background-color: rgb(114,57,78); }
div.DivClassName
{
background-color: #72394E;
}
.BgClassName
{
background-color: #72394E;
}
</style>
border-color css
<style>
span { border-color: #72394E; }
span { border-color: rgb(114,57,78); }
td.TdClassName
{
border-color: #72394E;
}
.TagClassName
{
border-color: #72394E;
}
</style>