Shades of Flirt #732A54
Tints of Flirt #732A54
RGB
CMYK
RGB Variations
Color information
#732A54 (or 0x732A54) is known color: Flirt. HEX triplet: 73, 2A and 54. RGB value is (115,42,84). Sum of RGB (Red+Green+Blue) = 115+42+84=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #732A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A54 is #8CD5AB. Grayscale: #444444. Windows color (decimal): -9229740 or 5515891. OLE color: 5515891.
HSL color Cylindrical-coordinate representation of color #732A54: hue angle of 325.48º 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 #732A54 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 84 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.55 |
| HSL | 325.48º | 0.46% | 0.31% | - |
| HSV(B) | 325.48º | 0.63% | 0.45% | - |
| XYZ | 9.5 | 5.94 | 9.03 | - |
| YUV | 68.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 84 | 0 | 0.63 | 0.27 | 0.55 | 325.48 | 0.46 | 0.31 |
| Hex | 73 | 2A | 54 | 0 | 3F | 1B | 37 | 145 | 2E | 1F |
| Octal | 163 | 52 | 124 | 0 | 77 | 33 | 67 | 505 | 56 | 37 |
| Binary | 1110011 | 101010 | 1010100 | 0 | 111111 | 11011 | 110111 | 101000101 | 101110 | 11111 |
Color Harmonies of #732A54
Complementary color
Monochromatic Colors of #732A54
Black with #732A54
Text Example
Text Example
White with #732A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A54; }
p { color: rgb(115,42,84); }
H1.HeaderClassName
{
color: #732A54;
}
.AnyTagClassName
{
color: #732A54;
}
</style>
background-color css
<style>
a { background-color: #732A54; }
a { background-color: rgb(115,42,84); }
div.DivClassName
{
background-color: #732A54;
}
.BgClassName
{
background-color: #732A54;
}
</style>
border-color css
<style>
span { border-color: #732A54; }
span { border-color: rgb(115,42,84); }
td.TdClassName
{
border-color: #732A54;
}
.TagClassName
{
border-color: #732A54;
}
</style>