Shades of Flirt #72334D
Tints of Flirt #72334D
RGB
CMYK
RGB Variations
Color information
#72334D (or 0x72334D) is known color: Flirt. HEX triplet: 72, 33 and 4D. RGB value is (114,51,77). Sum of RGB (Red+Green+Blue) = 114+51+77=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72334D is #8DCCB2. Grayscale: #484848. Windows color (decimal): -9292979 or 5059442. OLE color: 5059442.
HSL color Cylindrical-coordinate representation of color #72334D: hue angle of 335.24º 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 #72334D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 77 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.55 |
| HSL | 335.24º | 0.38% | 0.32% | - |
| HSV(B) | 335.24º | 0.55% | 0.45% | - |
| XYZ | 9.46 | 6.48 | 7.77 | - |
| YUV | 72.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 77 | 0 | 0.55 | 0.32 | 0.55 | 335.24 | 0.38 | 0.32 |
| Hex | 72 | 33 | 4D | 0 | 37 | 20 | 37 | 14F | 26 | 20 |
| Octal | 162 | 63 | 115 | 0 | 67 | 40 | 67 | 517 | 46 | 40 |
| Binary | 1110010 | 110011 | 1001101 | 0 | 110111 | 100000 | 110111 | 101001111 | 100110 | 100000 |
Color Harmonies of #72334D
Complementary color
Monochromatic Colors of #72334D
Black with #72334D
Text Example
Text Example
White with #72334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72334D; }
p { color: rgb(114,51,77); }
H1.HeaderClassName
{
color: #72334D;
}
.AnyTagClassName
{
color: #72334D;
}
</style>
background-color css
<style>
a { background-color: #72334D; }
a { background-color: rgb(114,51,77); }
div.DivClassName
{
background-color: #72334D;
}
.BgClassName
{
background-color: #72334D;
}
</style>
border-color css
<style>
span { border-color: #72334D; }
span { border-color: rgb(114,51,77); }
td.TdClassName
{
border-color: #72334D;
}
.TagClassName
{
border-color: #72334D;
}
</style>