Shades of Flirt #72314F
Tints of Flirt #72314F
RGB
CMYK
RGB Variations
Color information
#72314F (or 0x72314F) is known color: Flirt. HEX triplet: 72, 31 and 4F. RGB value is (114,49,79). Sum of RGB (Red+Green+Blue) = 114+49+79=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72314F is #8DCEB0. Grayscale: #474747. Windows color (decimal): -9293489 or 5190002. OLE color: 5190002.
HSL color Cylindrical-coordinate representation of color #72314F: hue angle of 332.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72314F is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 49 | 79 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.55 |
| HSL | 332.31º | 0.4% | 0.32% | - |
| HSV(B) | 332.31º | 0.57% | 0.45% | - |
| XYZ | 9.45 | 6.34 | 8.12 | - |
| YUV | 71.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 79 | 0 | 0.57 | 0.31 | 0.55 | 332.31 | 0.4 | 0.32 |
| Hex | 72 | 31 | 4F | 0 | 39 | 1F | 37 | 14C | 28 | 20 |
| Octal | 162 | 61 | 117 | 0 | 71 | 37 | 67 | 514 | 50 | 40 |
| Binary | 1110010 | 110001 | 1001111 | 0 | 111001 | 11111 | 110111 | 101001100 | 101000 | 100000 |
Color Harmonies of #72314F
Complementary color
Monochromatic Colors of #72314F
Black with #72314F
Text Example
Text Example
White with #72314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72314F; }
p { color: rgb(114,49,79); }
H1.HeaderClassName
{
color: #72314F;
}
.AnyTagClassName
{
color: #72314F;
}
</style>
background-color css
<style>
a { background-color: #72314F; }
a { background-color: rgb(114,49,79); }
div.DivClassName
{
background-color: #72314F;
}
.BgClassName
{
background-color: #72314F;
}
</style>
border-color css
<style>
span { border-color: #72314F; }
span { border-color: rgb(114,49,79); }
td.TdClassName
{
border-color: #72314F;
}
.TagClassName
{
border-color: #72314F;
}
</style>