Shades of Flirt #743255
Tints of Flirt #743255
RGB
CMYK
RGB Variations
Color information
#743255 (or 0x743255) is known color: Flirt. HEX triplet: 74, 32 and 55. RGB value is (116,50,85). Sum of RGB (Red+Green+Blue) = 116+50+85=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #743255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743255 is #8BCDAA. Grayscale: #494949. Windows color (decimal): -9162155 or 5583476. OLE color: 5583476.
HSL color Cylindrical-coordinate representation of color #743255: hue angle of 328.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #743255 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 85 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.55 |
| HSL | 328.18º | 0.4% | 0.33% | - |
| HSV(B) | 328.18º | 0.57% | 0.45% | - |
| XYZ | 9.98 | 6.65 | 9.35 | - |
| YUV | 73.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 85 | 0 | 0.57 | 0.27 | 0.55 | 328.18 | 0.4 | 0.33 |
| Hex | 74 | 32 | 55 | 0 | 39 | 1B | 37 | 148 | 28 | 21 |
| Octal | 164 | 62 | 125 | 0 | 71 | 33 | 67 | 510 | 50 | 41 |
| Binary | 1110100 | 110010 | 1010101 | 0 | 111001 | 11011 | 110111 | 101001000 | 101000 | 100001 |
Color Harmonies of #743255
Complementary color
Monochromatic Colors of #743255
Black with #743255
Text Example
Text Example
White with #743255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743255; }
p { color: rgb(116,50,85); }
H1.HeaderClassName
{
color: #743255;
}
.AnyTagClassName
{
color: #743255;
}
</style>
background-color css
<style>
a { background-color: #743255; }
a { background-color: rgb(116,50,85); }
div.DivClassName
{
background-color: #743255;
}
.BgClassName
{
background-color: #743255;
}
</style>
border-color css
<style>
span { border-color: #743255; }
span { border-color: rgb(116,50,85); }
td.TdClassName
{
border-color: #743255;
}
.TagClassName
{
border-color: #743255;
}
</style>