Shades of Flirt #732A55
Tints of Flirt #732A55
RGB
CMYK
RGB Variations
Color information
#732A55 (or 0x732A55) is known color: Flirt. HEX triplet: 73, 2A and 55. RGB value is (115,42,85). Sum of RGB (Red+Green+Blue) = 115+42+85=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #732A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A55 is #8CD5AA. Grayscale: #444444. Windows color (decimal): -9229739 or 5581427. OLE color: 5581427.
HSL color Cylindrical-coordinate representation of color #732A55: hue angle of 324.66º 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 #732A55 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 85 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.55 |
| HSL | 324.66º | 0.46% | 0.31% | - |
| HSV(B) | 324.66º | 0.63% | 0.45% | - |
| XYZ | 9.54 | 5.96 | 9.24 | - |
| YUV | 68.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 85 | 0 | 0.63 | 0.26 | 0.55 | 324.66 | 0.46 | 0.31 |
| Hex | 73 | 2A | 55 | 0 | 3F | 1A | 37 | 145 | 2E | 1F |
| Octal | 163 | 52 | 125 | 0 | 77 | 32 | 67 | 505 | 56 | 37 |
| Binary | 1110011 | 101010 | 1010101 | 0 | 111111 | 11010 | 110111 | 101000101 | 101110 | 11111 |
Color Harmonies of #732A55
Complementary color
Monochromatic Colors of #732A55
Black with #732A55
Text Example
Text Example
White with #732A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A55; }
p { color: rgb(115,42,85); }
H1.HeaderClassName
{
color: #732A55;
}
.AnyTagClassName
{
color: #732A55;
}
</style>
background-color css
<style>
a { background-color: #732A55; }
a { background-color: rgb(115,42,85); }
div.DivClassName
{
background-color: #732A55;
}
.BgClassName
{
background-color: #732A55;
}
</style>
border-color css
<style>
span { border-color: #732A55; }
span { border-color: rgb(115,42,85); }
td.TdClassName
{
border-color: #732A55;
}
.TagClassName
{
border-color: #732A55;
}
</style>