Shades of Flirt #723153
Tints of Flirt #723153
RGB
CMYK
RGB Variations
Color information
#723153 (or 0x723153) is known color: Flirt. HEX triplet: 72, 31 and 53. RGB value is (114,49,83). Sum of RGB (Red+Green+Blue) = 114+49+83=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #723153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723153 is #8DCEAC. Grayscale: #484848. Windows color (decimal): -9293485 or 5452146. OLE color: 5452146.
HSL color Cylindrical-coordinate representation of color #723153: hue angle of 328.62º 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 #723153 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 49 | 83 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.55 |
| HSL | 328.62º | 0.4% | 0.32% | - |
| HSV(B) | 328.62º | 0.57% | 0.45% | - |
| XYZ | 9.6 | 6.4 | 8.91 | - |
| YUV | 72.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 83 | 0 | 0.57 | 0.27 | 0.55 | 328.62 | 0.4 | 0.32 |
| Hex | 72 | 31 | 53 | 0 | 39 | 1B | 37 | 149 | 28 | 20 |
| Octal | 162 | 61 | 123 | 0 | 71 | 33 | 67 | 511 | 50 | 40 |
| Binary | 1110010 | 110001 | 1010011 | 0 | 111001 | 11011 | 110111 | 101001001 | 101000 | 100000 |
Color Harmonies of #723153
Complementary color
Monochromatic Colors of #723153
Black with #723153
Text Example
Text Example
White with #723153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723153; }
p { color: rgb(114,49,83); }
H1.HeaderClassName
{
color: #723153;
}
.AnyTagClassName
{
color: #723153;
}
</style>
background-color css
<style>
a { background-color: #723153; }
a { background-color: rgb(114,49,83); }
div.DivClassName
{
background-color: #723153;
}
.BgClassName
{
background-color: #723153;
}
</style>
border-color css
<style>
span { border-color: #723153; }
span { border-color: rgb(114,49,83); }
td.TdClassName
{
border-color: #723153;
}
.TagClassName
{
border-color: #723153;
}
</style>