Shades of Flirt #74274C
Tints of Flirt #74274C
RGB
CMYK
RGB Variations
Color information
#74274C (or 0x74274C) is known color: Flirt. HEX triplet: 74, 27 and 4C. RGB value is (116,39,76). Sum of RGB (Red+Green+Blue) = 116+39+76=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74274C is #8BD8B3. Grayscale: #424242. Windows color (decimal): -9164980 or 4990836. OLE color: 4990836.
HSL color Cylindrical-coordinate representation of color #74274C: hue angle of 331.17º 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 #74274C is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 76 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.55 |
| HSL | 331.17º | 0.5% | 0.3% | - |
| HSV(B) | 331.17º | 0.66% | 0.45% | - |
| XYZ | 9.23 | 5.69 | 7.45 | - |
| YUV | 66.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 76 | 0 | 0.66 | 0.34 | 0.55 | 331.17 | 0.5 | 0.3 |
| Hex | 74 | 27 | 4C | 0 | 42 | 22 | 37 | 14B | 32 | 1E |
| Octal | 164 | 47 | 114 | 0 | 102 | 42 | 67 | 513 | 62 | 36 |
| Binary | 1110100 | 100111 | 1001100 | 0 | 1000010 | 100010 | 110111 | 101001011 | 110010 | 11110 |
Color Harmonies of #74274C
Complementary color
Monochromatic Colors of #74274C
Black with #74274C
Text Example
Text Example
White with #74274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74274C; }
p { color: rgb(116,39,76); }
H1.HeaderClassName
{
color: #74274C;
}
.AnyTagClassName
{
color: #74274C;
}
</style>
background-color css
<style>
a { background-color: #74274C; }
a { background-color: rgb(116,39,76); }
div.DivClassName
{
background-color: #74274C;
}
.BgClassName
{
background-color: #74274C;
}
</style>
border-color css
<style>
span { border-color: #74274C; }
span { border-color: rgb(116,39,76); }
td.TdClassName
{
border-color: #74274C;
}
.TagClassName
{
border-color: #74274C;
}
</style>