Shades of Flirt #732E4A
Tints of Flirt #732E4A
RGB
CMYK
RGB Variations
Color information
#732E4A (or 0x732E4A) is known color: Flirt. HEX triplet: 73, 2E and 4A. RGB value is (115,46,74). Sum of RGB (Red+Green+Blue) = 115+46+74=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #732E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E4A is #8CD1B5. Grayscale: #454545. Windows color (decimal): -9228726 or 4861555. OLE color: 4861555.
HSL color Cylindrical-coordinate representation of color #732E4A: hue angle of 335.65º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #732E4A is Cyan = 0, Magento = 0.6, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 74 | - |
| CMYK | 0 | 0.6 | 0.36 | 0.55 |
| HSL | 335.65º | 0.43% | 0.32% | - |
| HSV(B) | 335.65º | 0.6% | 0.45% | - |
| XYZ | 9.28 | 6.09 | 7.17 | - |
| YUV | 69.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 74 | 0 | 0.6 | 0.36 | 0.55 | 335.65 | 0.43 | 0.32 |
| Hex | 73 | 2E | 4A | 0 | 3C | 24 | 37 | 150 | 2B | 20 |
| Octal | 163 | 56 | 112 | 0 | 74 | 44 | 67 | 520 | 53 | 40 |
| Binary | 1110011 | 101110 | 1001010 | 0 | 111100 | 100100 | 110111 | 101010000 | 101011 | 100000 |
Color Harmonies of #732E4A
Complementary color
Monochromatic Colors of #732E4A
Black with #732E4A
Text Example
Text Example
White with #732E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E4A; }
p { color: rgb(115,46,74); }
H1.HeaderClassName
{
color: #732E4A;
}
.AnyTagClassName
{
color: #732E4A;
}
</style>
background-color css
<style>
a { background-color: #732E4A; }
a { background-color: rgb(115,46,74); }
div.DivClassName
{
background-color: #732E4A;
}
.BgClassName
{
background-color: #732E4A;
}
</style>
border-color css
<style>
span { border-color: #732E4A; }
span { border-color: rgb(115,46,74); }
td.TdClassName
{
border-color: #732E4A;
}
.TagClassName
{
border-color: #732E4A;
}
</style>