Shades of Flirt #74335A
Tints of Flirt #74335A
RGB
CMYK
RGB Variations
Color information
#74335A (or 0x74335A) is known color: Flirt. HEX triplet: 74, 33 and 5A. RGB value is (116,51,90). Sum of RGB (Red+Green+Blue) = 116+51+90=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74335A is #8BCCA5. Grayscale: #4A4A4A. Windows color (decimal): -9161894 or 5911412. OLE color: 5911412.
HSL color Cylindrical-coordinate representation of color #74335A: hue angle of 324º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74335A is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 51 | 90 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.55 |
| HSL | 324º | 0.39% | 0.33% | - |
| HSV(B) | 324º | 0.56% | 0.45% | - |
| XYZ | 10.23 | 6.82 | 10.45 | - |
| YUV | 74.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 90 | 0 | 0.56 | 0.22 | 0.55 | 324 | 0.39 | 0.33 |
| Hex | 74 | 33 | 5A | 0 | 38 | 16 | 37 | 144 | 27 | 21 |
| Octal | 164 | 63 | 132 | 0 | 70 | 26 | 67 | 504 | 47 | 41 |
| Binary | 1110100 | 110011 | 1011010 | 0 | 111000 | 10110 | 110111 | 101000100 | 100111 | 100001 |
Color Harmonies of #74335A
Complementary color
Monochromatic Colors of #74335A
Black with #74335A
Text Example
Text Example
White with #74335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74335A; }
p { color: rgb(116,51,90); }
H1.HeaderClassName
{
color: #74335A;
}
.AnyTagClassName
{
color: #74335A;
}
</style>
background-color css
<style>
a { background-color: #74335A; }
a { background-color: rgb(116,51,90); }
div.DivClassName
{
background-color: #74335A;
}
.BgClassName
{
background-color: #74335A;
}
</style>
border-color css
<style>
span { border-color: #74335A; }
span { border-color: rgb(116,51,90); }
td.TdClassName
{
border-color: #74335A;
}
.TagClassName
{
border-color: #74335A;
}
</style>