Shades of Flirt #722D46
Tints of Flirt #722D46
RGB
CMYK
RGB Variations
Color information
#722D46 (or 0x722D46) is known color: Flirt. HEX triplet: 72, 2D and 46. RGB value is (114,45,70). Sum of RGB (Red+Green+Blue) = 114+45+70=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #722D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D46 is #8DD2B9. Grayscale: #444444. Windows color (decimal): -9294522 or 4599154. OLE color: 4599154.
HSL color Cylindrical-coordinate representation of color #722D46: hue angle of 338.26º 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 #722D46 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 70 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.55 |
| HSL | 338.26º | 0.43% | 0.31% | - |
| HSV(B) | 338.26º | 0.61% | 0.45% | - |
| XYZ | 8.98 | 5.9 | 6.46 | - |
| YUV | 68.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 70 | 0 | 0.61 | 0.39 | 0.55 | 338.26 | 0.43 | 0.31 |
| Hex | 72 | 2D | 46 | 0 | 3D | 27 | 37 | 152 | 2B | 1F |
| Octal | 162 | 55 | 106 | 0 | 75 | 47 | 67 | 522 | 53 | 37 |
| Binary | 1110010 | 101101 | 1000110 | 0 | 111101 | 100111 | 110111 | 101010010 | 101011 | 11111 |
Color Harmonies of #722D46
Complementary color
Monochromatic Colors of #722D46
Black with #722D46
Text Example
Text Example
White with #722D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D46; }
p { color: rgb(114,45,70); }
H1.HeaderClassName
{
color: #722D46;
}
.AnyTagClassName
{
color: #722D46;
}
</style>
background-color css
<style>
a { background-color: #722D46; }
a { background-color: rgb(114,45,70); }
div.DivClassName
{
background-color: #722D46;
}
.BgClassName
{
background-color: #722D46;
}
</style>
border-color css
<style>
span { border-color: #722D46; }
span { border-color: rgb(114,45,70); }
td.TdClassName
{
border-color: #722D46;
}
.TagClassName
{
border-color: #722D46;
}
</style>