Shades of Flirt #722E4B
Tints of Flirt #722E4B
RGB
CMYK
RGB Variations
Color information
#722E4B (or 0x722E4B) is known color: Flirt. HEX triplet: 72, 2E and 4B. RGB value is (114,46,75). Sum of RGB (Red+Green+Blue) = 114+46+75=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #722E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E4B is #8DD1B4. Grayscale: #454545. Windows color (decimal): -9294261 or 4927090. OLE color: 4927090.
HSL color Cylindrical-coordinate representation of color #722E4B: hue angle of 334.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E4B is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 75 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.55 |
| HSL | 334.41º | 0.43% | 0.31% | - |
| HSV(B) | 334.41º | 0.6% | 0.45% | - |
| XYZ | 9.19 | 6.04 | 7.34 | - |
| YUV | 69.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 75 | 0 | 0.60 | 0.34 | 0.55 | 334.41 | 0.43 | 0.31 |
| Hex | 72 | 2E | 4B | 0 | 3C | 22 | 37 | 14E | 2A | 1F |
| Octal | 162 | 56 | 113 | 0 | 74 | 42 | 67 | 516 | 52 | 37 |
| Binary | 1110010 | 101110 | 1001011 | 0 | 111100 | 100010 | 110111 | 101001110 | 101010 | 11111 |
Color Harmonies of #722E4B
Complementary color
Monochromatic Colors of #722E4B
Black with #722E4B
Text Example
Text Example
White with #722E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E4B; }
p { color: rgb(114,46,75); }
H1.HeaderClassName
{
color: #722E4B;
}
.AnyTagClassName
{
color: #722E4B;
}
</style>
background-color css
<style>
a { background-color: #722E4B; }
a { background-color: rgb(114,46,75); }
div.DivClassName
{
background-color: #722E4B;
}
.BgClassName
{
background-color: #722E4B;
}
</style>
border-color css
<style>
span { border-color: #722E4B; }
span { border-color: rgb(114,46,75); }
td.TdClassName
{
border-color: #722E4B;
}
.TagClassName
{
border-color: #722E4B;
}
</style>