Shades of Flirt #742B53
Tints of Flirt #742B53
RGB
CMYK
RGB Variations
Color information
#742B53 (or 0x742B53) is known color: Flirt. HEX triplet: 74, 2B and 53. RGB value is (116,43,83). Sum of RGB (Red+Green+Blue) = 116+43+83=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #742B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B53 is #8BD4AC. Grayscale: #454545. Windows color (decimal): -9163949 or 5450612. OLE color: 5450612.
HSL color Cylindrical-coordinate representation of color #742B53: hue angle of 327.12º 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 #742B53 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 83 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.55 |
| HSL | 327.12º | 0.46% | 0.31% | - |
| HSV(B) | 327.12º | 0.63% | 0.45% | - |
| XYZ | 9.63 | 6.07 | 8.85 | - |
| YUV | 69.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 83 | 0 | 0.63 | 0.28 | 0.55 | 327.12 | 0.46 | 0.31 |
| Hex | 74 | 2B | 53 | 0 | 3F | 1C | 37 | 147 | 2E | 1F |
| Octal | 164 | 53 | 123 | 0 | 77 | 34 | 67 | 507 | 56 | 37 |
| Binary | 1110100 | 101011 | 1010011 | 0 | 111111 | 11100 | 110111 | 101000111 | 101110 | 11111 |
Color Harmonies of #742B53
Complementary color
Monochromatic Colors of #742B53
Black with #742B53
Text Example
Text Example
White with #742B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B53; }
p { color: rgb(116,43,83); }
H1.HeaderClassName
{
color: #742B53;
}
.AnyTagClassName
{
color: #742B53;
}
</style>
background-color css
<style>
a { background-color: #742B53; }
a { background-color: rgb(116,43,83); }
div.DivClassName
{
background-color: #742B53;
}
.BgClassName
{
background-color: #742B53;
}
</style>
border-color css
<style>
span { border-color: #742B53; }
span { border-color: rgb(116,43,83); }
td.TdClassName
{
border-color: #742B53;
}
.TagClassName
{
border-color: #742B53;
}
</style>