Shades of Flirt #722D4B
Tints of Flirt #722D4B
RGB
CMYK
RGB Variations
Color information
#722D4B (or 0x722D4B) is known color: Flirt. HEX triplet: 72, 2D and 4B. RGB value is (114,45,75). Sum of RGB (Red+Green+Blue) = 114+45+75=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #722D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D4B is #8DD2B4. Grayscale: #454545. Windows color (decimal): -9294517 or 4926834. OLE color: 4926834.
HSL color Cylindrical-coordinate representation of color #722D4B: hue angle of 333.91º 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 #722D4B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 75 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.55 |
| HSL | 333.91º | 0.43% | 0.31% | - |
| HSV(B) | 333.91º | 0.61% | 0.45% | - |
| XYZ | 9.15 | 5.96 | 7.33 | - |
| YUV | 69.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 75 | 0 | 0.61 | 0.34 | 0.55 | 333.91 | 0.43 | 0.31 |
| Hex | 72 | 2D | 4B | 0 | 3D | 22 | 37 | 14E | 2B | 1F |
| Octal | 162 | 55 | 113 | 0 | 75 | 42 | 67 | 516 | 53 | 37 |
| Binary | 1110010 | 101101 | 1001011 | 0 | 111101 | 100010 | 110111 | 101001110 | 101011 | 11111 |
Color Harmonies of #722D4B
Complementary color
Monochromatic Colors of #722D4B
Black with #722D4B
Text Example
Text Example
White with #722D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D4B; }
p { color: rgb(114,45,75); }
H1.HeaderClassName
{
color: #722D4B;
}
.AnyTagClassName
{
color: #722D4B;
}
</style>
background-color css
<style>
a { background-color: #722D4B; }
a { background-color: rgb(114,45,75); }
div.DivClassName
{
background-color: #722D4B;
}
.BgClassName
{
background-color: #722D4B;
}
</style>
border-color css
<style>
span { border-color: #722D4B; }
span { border-color: rgb(114,45,75); }
td.TdClassName
{
border-color: #722D4B;
}
.TagClassName
{
border-color: #722D4B;
}
</style>