Shades of Flirt #732A4E
Tints of Flirt #732A4E
RGB
CMYK
RGB Variations
Color information
#732A4E (or 0x732A4E) is known color: Flirt. HEX triplet: 73, 2A and 4E. RGB value is (115,42,78). Sum of RGB (Red+Green+Blue) = 115+42+78=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #732A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A4E is #8CD5B1. Grayscale: #434343. Windows color (decimal): -9229746 or 5122675. OLE color: 5122675.
HSL color Cylindrical-coordinate representation of color #732A4E: hue angle of 330.41º 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 #732A4E is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 78 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.55 |
| HSL | 330.41º | 0.46% | 0.31% | - |
| HSV(B) | 330.41º | 0.63% | 0.45% | - |
| XYZ | 9.27 | 5.85 | 7.85 | - |
| YUV | 67.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 78 | 0 | 0.63 | 0.32 | 0.55 | 330.41 | 0.46 | 0.31 |
| Hex | 73 | 2A | 4E | 0 | 3F | 20 | 37 | 14A | 2E | 1F |
| Octal | 163 | 52 | 116 | 0 | 77 | 40 | 67 | 512 | 56 | 37 |
| Binary | 1110011 | 101010 | 1001110 | 0 | 111111 | 100000 | 110111 | 101001010 | 101110 | 11111 |
Color Harmonies of #732A4E
Complementary color
Monochromatic Colors of #732A4E
Black with #732A4E
Text Example
Text Example
White with #732A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A4E; }
p { color: rgb(115,42,78); }
H1.HeaderClassName
{
color: #732A4E;
}
.AnyTagClassName
{
color: #732A4E;
}
</style>
background-color css
<style>
a { background-color: #732A4E; }
a { background-color: rgb(115,42,78); }
div.DivClassName
{
background-color: #732A4E;
}
.BgClassName
{
background-color: #732A4E;
}
</style>
border-color css
<style>
span { border-color: #732A4E; }
span { border-color: rgb(115,42,78); }
td.TdClassName
{
border-color: #732A4E;
}
.TagClassName
{
border-color: #732A4E;
}
</style>