Shades of Flirt #74254E
Tints of Flirt #74254E
RGB
CMYK
RGB Variations
Color information
#74254E (or 0x74254E) is known color: Flirt. HEX triplet: 74, 25 and 4E. RGB value is (116,37,78). Sum of RGB (Red+Green+Blue) = 116+37+78=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74254E is #8BDAB1. Grayscale: #414141. Windows color (decimal): -9165490 or 5121396. OLE color: 5121396.
HSL color Cylindrical-coordinate representation of color #74254E: hue angle of 328.86º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74254E is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 37 | 78 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.55 |
| HSL | 328.86º | 0.52% | 0.3% | - |
| HSV(B) | 328.86º | 0.68% | 0.45% | - |
| XYZ | 9.24 | 5.59 | 7.8 | - |
| YUV | 65.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 78 | 0 | 0.68 | 0.33 | 0.55 | 328.86 | 0.52 | 0.3 |
| Hex | 74 | 25 | 4E | 0 | 44 | 21 | 37 | 149 | 34 | 1E |
| Octal | 164 | 45 | 116 | 0 | 104 | 41 | 67 | 511 | 64 | 36 |
| Binary | 1110100 | 100101 | 1001110 | 0 | 1000100 | 100001 | 110111 | 101001001 | 110100 | 11110 |
Color Harmonies of #74254E
Complementary color
Monochromatic Colors of #74254E
Black with #74254E
Text Example
Text Example
White with #74254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74254E; }
p { color: rgb(116,37,78); }
H1.HeaderClassName
{
color: #74254E;
}
.AnyTagClassName
{
color: #74254E;
}
</style>
background-color css
<style>
a { background-color: #74254E; }
a { background-color: rgb(116,37,78); }
div.DivClassName
{
background-color: #74254E;
}
.BgClassName
{
background-color: #74254E;
}
</style>
border-color css
<style>
span { border-color: #74254E; }
span { border-color: rgb(116,37,78); }
td.TdClassName
{
border-color: #74254E;
}
.TagClassName
{
border-color: #74254E;
}
</style>