Shades of Flirt #722A48
Tints of Flirt #722A48
RGB
CMYK
RGB Variations
Color information
#722A48 (or 0x722A48) is known color: Flirt. HEX triplet: 72, 2A and 48. RGB value is (114,42,72). Sum of RGB (Red+Green+Blue) = 114+42+72=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #722A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A48 is #8DD5B7. Grayscale: #424242. Windows color (decimal): -9295288 or 4729458. OLE color: 4729458.
HSL color Cylindrical-coordinate representation of color #722A48: hue angle of 335º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A48 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 72 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.55 |
| HSL | 335º | 0.46% | 0.31% | - |
| HSV(B) | 335º | 0.63% | 0.45% | - |
| XYZ | 8.94 | 5.7 | 6.76 | - |
| YUV | 66.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 72 | 0 | 0.63 | 0.37 | 0.55 | 335 | 0.46 | 0.31 |
| Hex | 72 | 2A | 48 | 0 | 3F | 25 | 37 | 14F | 2E | 1F |
| Octal | 162 | 52 | 110 | 0 | 77 | 45 | 67 | 517 | 56 | 37 |
| Binary | 1110010 | 101010 | 1001000 | 0 | 111111 | 100101 | 110111 | 101001111 | 101110 | 11111 |
Color Harmonies of #722A48
Complementary color
Monochromatic Colors of #722A48
Black with #722A48
Text Example
Text Example
White with #722A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A48; }
p { color: rgb(114,42,72); }
H1.HeaderClassName
{
color: #722A48;
}
.AnyTagClassName
{
color: #722A48;
}
</style>
background-color css
<style>
a { background-color: #722A48; }
a { background-color: rgb(114,42,72); }
div.DivClassName
{
background-color: #722A48;
}
.BgClassName
{
background-color: #722A48;
}
</style>
border-color css
<style>
span { border-color: #722A48; }
span { border-color: rgb(114,42,72); }
td.TdClassName
{
border-color: #722A48;
}
.TagClassName
{
border-color: #722A48;
}
</style>