Shades of Flirt #74274E
Tints of Flirt #74274E
RGB
CMYK
RGB Variations
Color information
#74274E (or 0x74274E) is known color: Flirt. HEX triplet: 74, 27 and 4E. RGB value is (116,39,78). Sum of RGB (Red+Green+Blue) = 116+39+78=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #74274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74274E is #8BD8B1. Grayscale: #424242. Windows color (decimal): -9164978 or 5121908. OLE color: 5121908.
HSL color Cylindrical-coordinate representation of color #74274E: hue angle of 329.61º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74274E is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 78 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.55 |
| HSL | 329.61º | 0.5% | 0.3% | - |
| HSV(B) | 329.61º | 0.66% | 0.45% | - |
| XYZ | 9.3 | 5.71 | 7.82 | - |
| YUV | 66.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 78 | 0 | 0.66 | 0.33 | 0.55 | 329.61 | 0.5 | 0.3 |
| Hex | 74 | 27 | 4E | 0 | 42 | 21 | 37 | 14A | 32 | 1E |
| Octal | 164 | 47 | 116 | 0 | 102 | 41 | 67 | 512 | 62 | 36 |
| Binary | 1110100 | 100111 | 1001110 | 0 | 1000010 | 100001 | 110111 | 101001010 | 110010 | 11110 |
Color Harmonies of #74274E
Complementary color
Monochromatic Colors of #74274E
Black with #74274E
Text Example
Text Example
White with #74274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74274E; }
p { color: rgb(116,39,78); }
H1.HeaderClassName
{
color: #74274E;
}
.AnyTagClassName
{
color: #74274E;
}
</style>
background-color css
<style>
a { background-color: #74274E; }
a { background-color: rgb(116,39,78); }
div.DivClassName
{
background-color: #74274E;
}
.BgClassName
{
background-color: #74274E;
}
</style>
border-color css
<style>
span { border-color: #74274E; }
span { border-color: rgb(116,39,78); }
td.TdClassName
{
border-color: #74274E;
}
.TagClassName
{
border-color: #74274E;
}
</style>