Shades of Flirt #732A49
Tints of Flirt #732A49
RGB
CMYK
RGB Variations
Color information
#732A49 (or 0x732A49) is known color: Flirt. HEX triplet: 73, 2A and 49. RGB value is (115,42,73). Sum of RGB (Red+Green+Blue) = 115+42+73=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #732A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A49 is #8CD5B6. Grayscale: #434343. Windows color (decimal): -9229751 or 4794995. OLE color: 4794995.
HSL color Cylindrical-coordinate representation of color #732A49: hue angle of 334.52º 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 #732A49 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 73 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.55 |
| HSL | 334.52º | 0.46% | 0.31% | - |
| HSV(B) | 334.52º | 0.63% | 0.45% | - |
| XYZ | 9.1 | 5.78 | 6.94 | - |
| YUV | 67.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 73 | 0 | 0.63 | 0.37 | 0.55 | 334.52 | 0.46 | 0.31 |
| Hex | 73 | 2A | 49 | 0 | 3F | 25 | 37 | 14F | 2E | 1F |
| Octal | 163 | 52 | 111 | 0 | 77 | 45 | 67 | 517 | 56 | 37 |
| Binary | 1110011 | 101010 | 1001001 | 0 | 111111 | 100101 | 110111 | 101001111 | 101110 | 11111 |
Color Harmonies of #732A49
Complementary color
Monochromatic Colors of #732A49
Black with #732A49
Text Example
Text Example
White with #732A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A49; }
p { color: rgb(115,42,73); }
H1.HeaderClassName
{
color: #732A49;
}
.AnyTagClassName
{
color: #732A49;
}
</style>
background-color css
<style>
a { background-color: #732A49; }
a { background-color: rgb(115,42,73); }
div.DivClassName
{
background-color: #732A49;
}
.BgClassName
{
background-color: #732A49;
}
</style>
border-color css
<style>
span { border-color: #732A49; }
span { border-color: rgb(115,42,73); }
td.TdClassName
{
border-color: #732A49;
}
.TagClassName
{
border-color: #732A49;
}
</style>