Shades of Flirt #732A52
Tints of Flirt #732A52
RGB
CMYK
RGB Variations
Color information
#732A52 (or 0x732A52) is known color: Flirt. HEX triplet: 73, 2A and 52. RGB value is (115,42,82). Sum of RGB (Red+Green+Blue) = 115+42+82=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #732A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A52 is #8CD5AD. Grayscale: #444444. Windows color (decimal): -9229742 or 5384819. OLE color: 5384819.
HSL color Cylindrical-coordinate representation of color #732A52: hue angle of 327.12º 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 #732A52 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 82 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.55 |
| HSL | 327.12º | 0.46% | 0.31% | - |
| HSV(B) | 327.12º | 0.63% | 0.45% | - |
| XYZ | 9.42 | 5.91 | 8.63 | - |
| YUV | 68.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 82 | 0 | 0.63 | 0.29 | 0.55 | 327.12 | 0.46 | 0.31 |
| Hex | 73 | 2A | 52 | 0 | 3F | 1D | 37 | 147 | 2E | 1F |
| Octal | 163 | 52 | 122 | 0 | 77 | 35 | 67 | 507 | 56 | 37 |
| Binary | 1110011 | 101010 | 1010010 | 0 | 111111 | 11101 | 110111 | 101000111 | 101110 | 11111 |
Color Harmonies of #732A52
Complementary color
Monochromatic Colors of #732A52
Black with #732A52
Text Example
Text Example
White with #732A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A52; }
p { color: rgb(115,42,82); }
H1.HeaderClassName
{
color: #732A52;
}
.AnyTagClassName
{
color: #732A52;
}
</style>
background-color css
<style>
a { background-color: #732A52; }
a { background-color: rgb(115,42,82); }
div.DivClassName
{
background-color: #732A52;
}
.BgClassName
{
background-color: #732A52;
}
</style>
border-color css
<style>
span { border-color: #732A52; }
span { border-color: rgb(115,42,82); }
td.TdClassName
{
border-color: #732A52;
}
.TagClassName
{
border-color: #732A52;
}
</style>