Shades of Flirt #732D46
Tints of Flirt #732D46
RGB
CMYK
RGB Variations
Color information
#732D46 (or 0x732D46) is known color: Flirt. HEX triplet: 73, 2D and 46. RGB value is (115,45,70). Sum of RGB (Red+Green+Blue) = 115+45+70=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #732D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D46 is #8CD2B9. Grayscale: #444444. Windows color (decimal): -9228986 or 4599155. OLE color: 4599155.
HSL color Cylindrical-coordinate representation of color #732D46: hue angle of 338.57º degrees, saturation: 0.44, 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 #732D46 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 70 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.55 |
| HSL | 338.57º | 0.44% | 0.31% | - |
| HSV(B) | 338.57º | 0.61% | 0.45% | - |
| XYZ | 9.11 | 5.96 | 6.47 | - |
| YUV | 68.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 70 | 0 | 0.61 | 0.39 | 0.55 | 338.57 | 0.44 | 0.31 |
| Hex | 73 | 2D | 46 | 0 | 3D | 27 | 37 | 153 | 2C | 1F |
| Octal | 163 | 55 | 106 | 0 | 75 | 47 | 67 | 523 | 54 | 37 |
| Binary | 1110011 | 101101 | 1000110 | 0 | 111101 | 100111 | 110111 | 101010011 | 101100 | 11111 |
Color Harmonies of #732D46
Complementary color
Monochromatic Colors of #732D46
Black with #732D46
Text Example
Text Example
White with #732D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D46; }
p { color: rgb(115,45,70); }
H1.HeaderClassName
{
color: #732D46;
}
.AnyTagClassName
{
color: #732D46;
}
</style>
background-color css
<style>
a { background-color: #732D46; }
a { background-color: rgb(115,45,70); }
div.DivClassName
{
background-color: #732D46;
}
.BgClassName
{
background-color: #732D46;
}
</style>
border-color css
<style>
span { border-color: #732D46; }
span { border-color: rgb(115,45,70); }
td.TdClassName
{
border-color: #732D46;
}
.TagClassName
{
border-color: #732D46;
}
</style>