Shades of Flirt #72354E
Tints of Flirt #72354E
RGB
CMYK
RGB Variations
Color information
#72354E (or 0x72354E) is known color: Flirt. HEX triplet: 72, 35 and 4E. RGB value is (114,53,78). Sum of RGB (Red+Green+Blue) = 114+53+78=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72354E is #8DCAB1. Grayscale: #4A4A4A. Windows color (decimal): -9292466 or 5125490. OLE color: 5125490.
HSL color Cylindrical-coordinate representation of color #72354E: hue angle of 335.41º 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 #72354E is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 78 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.55 |
| HSL | 335.41º | 0.37% | 0.33% | - |
| HSV(B) | 335.41º | 0.54% | 0.45% | - |
| XYZ | 9.59 | 6.67 | 7.99 | - |
| YUV | 74.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 78 | 0 | 0.54 | 0.32 | 0.55 | 335.41 | 0.37 | 0.33 |
| Hex | 72 | 35 | 4E | 0 | 36 | 20 | 37 | 14F | 25 | 21 |
| Octal | 162 | 65 | 116 | 0 | 66 | 40 | 67 | 517 | 45 | 41 |
| Binary | 1110010 | 110101 | 1001110 | 0 | 110110 | 100000 | 110111 | 101001111 | 100101 | 100001 |
Color Harmonies of #72354E
Complementary color
Monochromatic Colors of #72354E
Black with #72354E
Text Example
Text Example
White with #72354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72354E; }
p { color: rgb(114,53,78); }
H1.HeaderClassName
{
color: #72354E;
}
.AnyTagClassName
{
color: #72354E;
}
</style>
background-color css
<style>
a { background-color: #72354E; }
a { background-color: rgb(114,53,78); }
div.DivClassName
{
background-color: #72354E;
}
.BgClassName
{
background-color: #72354E;
}
</style>
border-color css
<style>
span { border-color: #72354E; }
span { border-color: rgb(114,53,78); }
td.TdClassName
{
border-color: #72354E;
}
.TagClassName
{
border-color: #72354E;
}
</style>