Shades of Flirt #74365B
Tints of Flirt #74365B
RGB
CMYK
RGB Variations
Color information
#74365B (or 0x74365B) is known color: Flirt. HEX triplet: 74, 36 and 5B. RGB value is (116,54,91). Sum of RGB (Red+Green+Blue) = 116+54+91=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74365B is #8BC9A4. Grayscale: #4C4C4C. Windows color (decimal): -9161125 or 5977716. OLE color: 5977716.
HSL color Cylindrical-coordinate representation of color #74365B: hue angle of 324.19º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74365B is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 54 | 91 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.55 |
| HSL | 324.19º | 0.36% | 0.33% | - |
| HSV(B) | 324.19º | 0.53% | 0.45% | - |
| XYZ | 10.41 | 7.11 | 10.72 | - |
| YUV | 76.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 91 | 0 | 0.53 | 0.22 | 0.55 | 324.19 | 0.36 | 0.33 |
| Hex | 74 | 36 | 5B | 0 | 35 | 16 | 37 | 144 | 24 | 21 |
| Octal | 164 | 66 | 133 | 0 | 65 | 26 | 67 | 504 | 44 | 41 |
| Binary | 1110100 | 110110 | 1011011 | 0 | 110101 | 10110 | 110111 | 101000100 | 100100 | 100001 |
Color Harmonies of #74365B
Complementary color
Monochromatic Colors of #74365B
Black with #74365B
Text Example
Text Example
White with #74365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74365B; }
p { color: rgb(116,54,91); }
H1.HeaderClassName
{
color: #74365B;
}
.AnyTagClassName
{
color: #74365B;
}
</style>
background-color css
<style>
a { background-color: #74365B; }
a { background-color: rgb(116,54,91); }
div.DivClassName
{
background-color: #74365B;
}
.BgClassName
{
background-color: #74365B;
}
</style>
border-color css
<style>
span { border-color: #74365B; }
span { border-color: rgb(116,54,91); }
td.TdClassName
{
border-color: #74365B;
}
.TagClassName
{
border-color: #74365B;
}
</style>