Shades of Flirt #72274E
Tints of Flirt #72274E
RGB
CMYK
RGB Variations
Color information
#72274E (or 0x72274E) is known color: Flirt. HEX triplet: 72, 27 and 4E. RGB value is (114,39,78). Sum of RGB (Red+Green+Blue) = 114+39+78=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72274E is #8DD8B1. Grayscale: #414141. Windows color (decimal): -9296050 or 5121906. OLE color: 5121906.
HSL color Cylindrical-coordinate representation of color #72274E: hue angle of 328.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72274E is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 78 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.55 |
| HSL | 328.8º | 0.49% | 0.3% | - |
| HSV(B) | 328.8º | 0.66% | 0.45% | - |
| XYZ | 9.04 | 5.58 | 7.81 | - |
| YUV | 65.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 78 | 0 | 0.66 | 0.32 | 0.55 | 328.8 | 0.49 | 0.3 |
| Hex | 72 | 27 | 4E | 0 | 42 | 20 | 37 | 149 | 31 | 1E |
| Octal | 162 | 47 | 116 | 0 | 102 | 40 | 67 | 511 | 61 | 36 |
| Binary | 1110010 | 100111 | 1001110 | 0 | 1000010 | 100000 | 110111 | 101001001 | 110001 | 11110 |
Color Harmonies of #72274E
Complementary color
Monochromatic Colors of #72274E
Black with #72274E
Text Example
Text Example
White with #72274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72274E; }
p { color: rgb(114,39,78); }
H1.HeaderClassName
{
color: #72274E;
}
.AnyTagClassName
{
color: #72274E;
}
</style>
background-color css
<style>
a { background-color: #72274E; }
a { background-color: rgb(114,39,78); }
div.DivClassName
{
background-color: #72274E;
}
.BgClassName
{
background-color: #72274E;
}
</style>
border-color css
<style>
span { border-color: #72274E; }
span { border-color: rgb(114,39,78); }
td.TdClassName
{
border-color: #72274E;
}
.TagClassName
{
border-color: #72274E;
}
</style>