Shades of Flirt #72274C
Tints of Flirt #72274C
RGB
CMYK
RGB Variations
Color information
#72274C (or 0x72274C) is known color: Flirt. HEX triplet: 72, 27 and 4C. RGB value is (114,39,76). Sum of RGB (Red+Green+Blue) = 114+39+76=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72274C is #8DD8B3. Grayscale: #414141. Windows color (decimal): -9296052 or 4990834. OLE color: 4990834.
HSL color Cylindrical-coordinate representation of color #72274C: hue angle of 330.4º 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 #72274C is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 76 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.55 |
| HSL | 330.4º | 0.49% | 0.3% | - |
| HSV(B) | 330.4º | 0.66% | 0.45% | - |
| XYZ | 8.97 | 5.55 | 7.44 | - |
| YUV | 65.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 76 | 0 | 0.66 | 0.33 | 0.55 | 330.4 | 0.49 | 0.3 |
| Hex | 72 | 27 | 4C | 0 | 42 | 21 | 37 | 14A | 31 | 1E |
| Octal | 162 | 47 | 114 | 0 | 102 | 41 | 67 | 512 | 61 | 36 |
| Binary | 1110010 | 100111 | 1001100 | 0 | 1000010 | 100001 | 110111 | 101001010 | 110001 | 11110 |
Color Harmonies of #72274C
Complementary color
Monochromatic Colors of #72274C
Black with #72274C
Text Example
Text Example
White with #72274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72274C; }
p { color: rgb(114,39,76); }
H1.HeaderClassName
{
color: #72274C;
}
.AnyTagClassName
{
color: #72274C;
}
</style>
background-color css
<style>
a { background-color: #72274C; }
a { background-color: rgb(114,39,76); }
div.DivClassName
{
background-color: #72274C;
}
.BgClassName
{
background-color: #72274C;
}
</style>
border-color css
<style>
span { border-color: #72274C; }
span { border-color: rgb(114,39,76); }
td.TdClassName
{
border-color: #72274C;
}
.TagClassName
{
border-color: #72274C;
}
</style>