Shades of Flirt #72294F
Tints of Flirt #72294F
RGB
CMYK
RGB Variations
Color information
#72294F (or 0x72294F) is known color: Flirt. HEX triplet: 72, 29 and 4F. RGB value is (114,41,79). Sum of RGB (Red+Green+Blue) = 114+41+79=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #72294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72294F is #8DD6B0. Grayscale: #434343. Windows color (decimal): -9295537 or 5187954. OLE color: 5187954.
HSL color Cylindrical-coordinate representation of color #72294F: hue angle of 328.77º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72294F is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 41 | 79 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.55 |
| HSL | 328.77º | 0.47% | 0.3% | - |
| HSV(B) | 328.77º | 0.64% | 0.45% | - |
| XYZ | 9.14 | 5.73 | 8.02 | - |
| YUV | 67.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 79 | 0 | 0.64 | 0.31 | 0.55 | 328.77 | 0.47 | 0.3 |
| Hex | 72 | 29 | 4F | 0 | 40 | 1F | 37 | 149 | 2F | 1E |
| Octal | 162 | 51 | 117 | 0 | 100 | 37 | 67 | 511 | 57 | 36 |
| Binary | 1110010 | 101001 | 1001111 | 0 | 1000000 | 11111 | 110111 | 101001001 | 101111 | 11110 |
Color Harmonies of #72294F
Complementary color
Monochromatic Colors of #72294F
Black with #72294F
Text Example
Text Example
White with #72294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72294F; }
p { color: rgb(114,41,79); }
H1.HeaderClassName
{
color: #72294F;
}
.AnyTagClassName
{
color: #72294F;
}
</style>
background-color css
<style>
a { background-color: #72294F; }
a { background-color: rgb(114,41,79); }
div.DivClassName
{
background-color: #72294F;
}
.BgClassName
{
background-color: #72294F;
}
</style>
border-color css
<style>
span { border-color: #72294F; }
span { border-color: rgb(114,41,79); }
td.TdClassName
{
border-color: #72294F;
}
.TagClassName
{
border-color: #72294F;
}
</style>