Shades of Flirt #722B46
Tints of Flirt #722B46
RGB
CMYK
RGB Variations
Color information
#722B46 (or 0x722B46) is known color: Flirt. HEX triplet: 72, 2B and 46. RGB value is (114,43,70). Sum of RGB (Red+Green+Blue) = 114+43+70=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #722B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B46 is #8DD4B9. Grayscale: #434343. Windows color (decimal): -9295034 or 4598642. OLE color: 4598642.
HSL color Cylindrical-coordinate representation of color #722B46: hue angle of 337.18º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #722B46 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 70 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.55 |
| HSL | 337.18º | 0.45% | 0.31% | - |
| HSV(B) | 337.18º | 0.62% | 0.45% | - |
| XYZ | 8.91 | 5.75 | 6.43 | - |
| YUV | 67.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 70 | 0 | 0.62 | 0.39 | 0.55 | 337.18 | 0.45 | 0.31 |
| Hex | 72 | 2B | 46 | 0 | 3E | 27 | 37 | 151 | 2D | 1F |
| Octal | 162 | 53 | 106 | 0 | 76 | 47 | 67 | 521 | 55 | 37 |
| Binary | 1110010 | 101011 | 1000110 | 0 | 111110 | 100111 | 110111 | 101010001 | 101101 | 11111 |
Color Harmonies of #722B46
Complementary color
Monochromatic Colors of #722B46
Black with #722B46
Text Example
Text Example
White with #722B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B46; }
p { color: rgb(114,43,70); }
H1.HeaderClassName
{
color: #722B46;
}
.AnyTagClassName
{
color: #722B46;
}
</style>
background-color css
<style>
a { background-color: #722B46; }
a { background-color: rgb(114,43,70); }
div.DivClassName
{
background-color: #722B46;
}
.BgClassName
{
background-color: #722B46;
}
</style>
border-color css
<style>
span { border-color: #722B46; }
span { border-color: rgb(114,43,70); }
td.TdClassName
{
border-color: #722B46;
}
.TagClassName
{
border-color: #722B46;
}
</style>