Shades of Flirt #742C4D
Tints of Flirt #742C4D
RGB
CMYK
RGB Variations
Color information
#742C4D (or 0x742C4D) is known color: Flirt. HEX triplet: 74, 2C and 4D. RGB value is (116,44,77). Sum of RGB (Red+Green+Blue) = 116+44+77=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #742C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C4D is #8BD3B2. Grayscale: #454545. Windows color (decimal): -9163699 or 5057652. OLE color: 5057652.
HSL color Cylindrical-coordinate representation of color #742C4D: hue angle of 332.5º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #742C4D is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 77 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.55 |
| HSL | 332.5º | 0.45% | 0.31% | - |
| HSV(B) | 332.5º | 0.62% | 0.45% | - |
| XYZ | 9.44 | 6.05 | 7.69 | - |
| YUV | 69.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 77 | 0 | 0.62 | 0.34 | 0.55 | 332.5 | 0.45 | 0.31 |
| Hex | 74 | 2C | 4D | 0 | 3E | 22 | 37 | 14C | 2D | 1F |
| Octal | 164 | 54 | 115 | 0 | 76 | 42 | 67 | 514 | 55 | 37 |
| Binary | 1110100 | 101100 | 1001101 | 0 | 111110 | 100010 | 110111 | 101001100 | 101101 | 11111 |
Color Harmonies of #742C4D
Complementary color
Monochromatic Colors of #742C4D
Black with #742C4D
Text Example
Text Example
White with #742C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C4D; }
p { color: rgb(116,44,77); }
H1.HeaderClassName
{
color: #742C4D;
}
.AnyTagClassName
{
color: #742C4D;
}
</style>
background-color css
<style>
a { background-color: #742C4D; }
a { background-color: rgb(116,44,77); }
div.DivClassName
{
background-color: #742C4D;
}
.BgClassName
{
background-color: #742C4D;
}
</style>
border-color css
<style>
span { border-color: #742C4D; }
span { border-color: rgb(116,44,77); }
td.TdClassName
{
border-color: #742C4D;
}
.TagClassName
{
border-color: #742C4D;
}
</style>