Shades of Flirt #74294B
Tints of Flirt #74294B
RGB
CMYK
RGB Variations
Color information
#74294B (or 0x74294B) is known color: Flirt. HEX triplet: 74, 29 and 4B. RGB value is (116,41,75). Sum of RGB (Red+Green+Blue) = 116+41+75=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74294B is #8BD6B4. Grayscale: #434343. Windows color (decimal): -9164469 or 4925812. OLE color: 4925812.
HSL color Cylindrical-coordinate representation of color #74294B: hue angle of 332.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74294B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 75 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.55 |
| HSL | 332.8º | 0.48% | 0.31% | - |
| HSV(B) | 332.8º | 0.65% | 0.45% | - |
| XYZ | 9.27 | 5.81 | 7.29 | - |
| YUV | 67.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 75 | 0 | 0.65 | 0.35 | 0.55 | 332.8 | 0.48 | 0.31 |
| Hex | 74 | 29 | 4B | 0 | 41 | 23 | 37 | 14D | 30 | 1F |
| Octal | 164 | 51 | 113 | 0 | 101 | 43 | 67 | 515 | 60 | 37 |
| Binary | 1110100 | 101001 | 1001011 | 0 | 1000001 | 100011 | 110111 | 101001101 | 110000 | 11111 |
Color Harmonies of #74294B
Complementary color
Monochromatic Colors of #74294B
Black with #74294B
Text Example
Text Example
White with #74294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74294B; }
p { color: rgb(116,41,75); }
H1.HeaderClassName
{
color: #74294B;
}
.AnyTagClassName
{
color: #74294B;
}
</style>
background-color css
<style>
a { background-color: #74294B; }
a { background-color: rgb(116,41,75); }
div.DivClassName
{
background-color: #74294B;
}
.BgClassName
{
background-color: #74294B;
}
</style>
border-color css
<style>
span { border-color: #74294B; }
span { border-color: rgb(116,41,75); }
td.TdClassName
{
border-color: #74294B;
}
.TagClassName
{
border-color: #74294B;
}
</style>