Shades of Flirt #72334C
Tints of Flirt #72334C
RGB
CMYK
RGB Variations
Color information
#72334C (or 0x72334C) is known color: Flirt. HEX triplet: 72, 33 and 4C. RGB value is (114,51,76). Sum of RGB (Red+Green+Blue) = 114+51+76=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72334C is #8DCCB3. Grayscale: #484848. Windows color (decimal): -9292980 or 4993906. OLE color: 4993906.
HSL color Cylindrical-coordinate representation of color #72334C: hue angle of 336.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72334C is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 76 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.55 |
| HSL | 336.19º | 0.38% | 0.32% | - |
| HSV(B) | 336.19º | 0.55% | 0.45% | - |
| XYZ | 9.43 | 6.47 | 7.59 | - |
| YUV | 72.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 76 | 0 | 0.55 | 0.33 | 0.55 | 336.19 | 0.38 | 0.32 |
| Hex | 72 | 33 | 4C | 0 | 37 | 21 | 37 | 150 | 26 | 20 |
| Octal | 162 | 63 | 114 | 0 | 67 | 41 | 67 | 520 | 46 | 40 |
| Binary | 1110010 | 110011 | 1001100 | 0 | 110111 | 100001 | 110111 | 101010000 | 100110 | 100000 |
Color Harmonies of #72334C
Complementary color
Monochromatic Colors of #72334C
Black with #72334C
Text Example
Text Example
White with #72334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72334C; }
p { color: rgb(114,51,76); }
H1.HeaderClassName
{
color: #72334C;
}
.AnyTagClassName
{
color: #72334C;
}
</style>
background-color css
<style>
a { background-color: #72334C; }
a { background-color: rgb(114,51,76); }
div.DivClassName
{
background-color: #72334C;
}
.BgClassName
{
background-color: #72334C;
}
</style>
border-color css
<style>
span { border-color: #72334C; }
span { border-color: rgb(114,51,76); }
td.TdClassName
{
border-color: #72334C;
}
.TagClassName
{
border-color: #72334C;
}
</style>