Shades of Flirt #732D4D
Tints of Flirt #732D4D
RGB
CMYK
RGB Variations
Color information
#732D4D (or 0x732D4D) is known color: Flirt. HEX triplet: 73, 2D and 4D. RGB value is (115,45,77). Sum of RGB (Red+Green+Blue) = 115+45+77=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #732D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D4D is #8CD2B2. Grayscale: #454545. Windows color (decimal): -9228979 or 5057907. OLE color: 5057907.
HSL color Cylindrical-coordinate representation of color #732D4D: hue angle of 332.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 #732D4D is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 77 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.55 |
| HSL | 332.57º | 0.44% | 0.31% | - |
| HSV(B) | 332.57º | 0.61% | 0.45% | - |
| XYZ | 9.35 | 6.06 | 7.7 | - |
| YUV | 69.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 77 | 0 | 0.61 | 0.33 | 0.55 | 332.57 | 0.44 | 0.31 |
| Hex | 73 | 2D | 4D | 0 | 3D | 21 | 37 | 14D | 2C | 1F |
| Octal | 163 | 55 | 115 | 0 | 75 | 41 | 67 | 515 | 54 | 37 |
| Binary | 1110011 | 101101 | 1001101 | 0 | 111101 | 100001 | 110111 | 101001101 | 101100 | 11111 |
Color Harmonies of #732D4D
Complementary color
Monochromatic Colors of #732D4D
Black with #732D4D
Text Example
Text Example
White with #732D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D4D; }
p { color: rgb(115,45,77); }
H1.HeaderClassName
{
color: #732D4D;
}
.AnyTagClassName
{
color: #732D4D;
}
</style>
background-color css
<style>
a { background-color: #732D4D; }
a { background-color: rgb(115,45,77); }
div.DivClassName
{
background-color: #732D4D;
}
.BgClassName
{
background-color: #732D4D;
}
</style>
border-color css
<style>
span { border-color: #732D4D; }
span { border-color: rgb(115,45,77); }
td.TdClassName
{
border-color: #732D4D;
}
.TagClassName
{
border-color: #732D4D;
}
</style>