Shades of Flirt #722D48
Tints of Flirt #722D48
RGB
CMYK
RGB Variations
Color information
#722D48 (or 0x722D48) is known color: Flirt. HEX triplet: 72, 2D and 48. RGB value is (114,45,72). Sum of RGB (Red+Green+Blue) = 114+45+72=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #722D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D48 is #8DD2B7. Grayscale: #444444. Windows color (decimal): -9294520 or 4730226. OLE color: 4730226.
HSL color Cylindrical-coordinate representation of color #722D48: hue angle of 336.52º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722D48 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 72 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.55 |
| HSL | 336.52º | 0.43% | 0.31% | - |
| HSV(B) | 336.52º | 0.61% | 0.45% | - |
| XYZ | 9.05 | 5.92 | 6.8 | - |
| YUV | 68.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 72 | 0 | 0.61 | 0.37 | 0.55 | 336.52 | 0.43 | 0.31 |
| Hex | 72 | 2D | 48 | 0 | 3D | 25 | 37 | 151 | 2B | 1F |
| Octal | 162 | 55 | 110 | 0 | 75 | 45 | 67 | 521 | 53 | 37 |
| Binary | 1110010 | 101101 | 1001000 | 0 | 111101 | 100101 | 110111 | 101010001 | 101011 | 11111 |
Color Harmonies of #722D48
Complementary color
Monochromatic Colors of #722D48
Black with #722D48
Text Example
Text Example
White with #722D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D48; }
p { color: rgb(114,45,72); }
H1.HeaderClassName
{
color: #722D48;
}
.AnyTagClassName
{
color: #722D48;
}
</style>
background-color css
<style>
a { background-color: #722D48; }
a { background-color: rgb(114,45,72); }
div.DivClassName
{
background-color: #722D48;
}
.BgClassName
{
background-color: #722D48;
}
</style>
border-color css
<style>
span { border-color: #722D48; }
span { border-color: rgb(114,45,72); }
td.TdClassName
{
border-color: #722D48;
}
.TagClassName
{
border-color: #722D48;
}
</style>