Shades of Flirt #742B4E
Tints of Flirt #742B4E
RGB
CMYK
RGB Variations
Color information
#742B4E (or 0x742B4E) is known color: Flirt. HEX triplet: 74, 2B and 4E. RGB value is (116,43,78). Sum of RGB (Red+Green+Blue) = 116+43+78=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #742B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B4E is #8BD4B1. Grayscale: #444444. Windows color (decimal): -9163954 or 5122932. OLE color: 5122932.
HSL color Cylindrical-coordinate representation of color #742B4E: hue angle of 331.23º 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 #742B4E is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 78 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.55 |
| HSL | 331.23º | 0.46% | 0.31% | - |
| HSV(B) | 331.23º | 0.63% | 0.45% | - |
| XYZ | 9.44 | 5.99 | 7.87 | - |
| YUV | 68.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 78 | 0 | 0.63 | 0.33 | 0.55 | 331.23 | 0.46 | 0.31 |
| Hex | 74 | 2B | 4E | 0 | 3F | 21 | 37 | 14B | 2E | 1F |
| Octal | 164 | 53 | 116 | 0 | 77 | 41 | 67 | 513 | 56 | 37 |
| Binary | 1110100 | 101011 | 1001110 | 0 | 111111 | 100001 | 110111 | 101001011 | 101110 | 11111 |
Color Harmonies of #742B4E
Complementary color
Monochromatic Colors of #742B4E
Black with #742B4E
Text Example
Text Example
White with #742B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B4E; }
p { color: rgb(116,43,78); }
H1.HeaderClassName
{
color: #742B4E;
}
.AnyTagClassName
{
color: #742B4E;
}
</style>
background-color css
<style>
a { background-color: #742B4E; }
a { background-color: rgb(116,43,78); }
div.DivClassName
{
background-color: #742B4E;
}
.BgClassName
{
background-color: #742B4E;
}
</style>
border-color css
<style>
span { border-color: #742B4E; }
span { border-color: rgb(116,43,78); }
td.TdClassName
{
border-color: #742B4E;
}
.TagClassName
{
border-color: #742B4E;
}
</style>