Shades of Flirt #723245
Tints of Flirt #723245
RGB
CMYK
RGB Variations
Color information
#723245 (or 0x723245) is known color: Flirt. HEX triplet: 72, 32 and 45. RGB value is (114,50,69). Sum of RGB (Red+Green+Blue) = 114+50+69=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #723245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723245 is #8DCDBA. Grayscale: #474747. Windows color (decimal): -9293243 or 4534898. OLE color: 4534898.
HSL color Cylindrical-coordinate representation of color #723245: hue angle of 342.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723245 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 69 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.55 |
| HSL | 342.19º | 0.39% | 0.32% | - |
| HSV(B) | 342.19º | 0.56% | 0.45% | - |
| XYZ | 9.15 | 6.29 | 6.36 | - |
| YUV | 71.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 69 | 0 | 0.56 | 0.39 | 0.55 | 342.19 | 0.39 | 0.32 |
| Hex | 72 | 32 | 45 | 0 | 38 | 27 | 37 | 156 | 27 | 20 |
| Octal | 162 | 62 | 105 | 0 | 70 | 47 | 67 | 526 | 47 | 40 |
| Binary | 1110010 | 110010 | 1000101 | 0 | 111000 | 100111 | 110111 | 101010110 | 100111 | 100000 |
Color Harmonies of #723245
Complementary color
Monochromatic Colors of #723245
Black with #723245
Text Example
Text Example
White with #723245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723245; }
p { color: rgb(114,50,69); }
H1.HeaderClassName
{
color: #723245;
}
.AnyTagClassName
{
color: #723245;
}
</style>
background-color css
<style>
a { background-color: #723245; }
a { background-color: rgb(114,50,69); }
div.DivClassName
{
background-color: #723245;
}
.BgClassName
{
background-color: #723245;
}
</style>
border-color css
<style>
span { border-color: #723245; }
span { border-color: rgb(114,50,69); }
td.TdClassName
{
border-color: #723245;
}
.TagClassName
{
border-color: #723245;
}
</style>