Shades of Flirt #74324B
Tints of Flirt #74324B
RGB
CMYK
RGB Variations
Color information
#74324B (or 0x74324B) is known color: Flirt. HEX triplet: 74, 32 and 4B. RGB value is (116,50,75). Sum of RGB (Red+Green+Blue) = 116+50+75=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74324B is #8BCDB4. Grayscale: #484848. Windows color (decimal): -9162165 or 4928116. OLE color: 4928116.
HSL color Cylindrical-coordinate representation of color #74324B: hue angle of 337.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74324B is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 75 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.55 |
| HSL | 337.27º | 0.4% | 0.33% | - |
| HSV(B) | 337.27º | 0.57% | 0.45% | - |
| XYZ | 9.61 | 6.5 | 7.4 | - |
| YUV | 72.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 75 | 0 | 0.57 | 0.35 | 0.55 | 337.27 | 0.4 | 0.33 |
| Hex | 74 | 32 | 4B | 0 | 39 | 23 | 37 | 151 | 28 | 21 |
| Octal | 164 | 62 | 113 | 0 | 71 | 43 | 67 | 521 | 50 | 41 |
| Binary | 1110100 | 110010 | 1001011 | 0 | 111001 | 100011 | 110111 | 101010001 | 101000 | 100001 |
Color Harmonies of #74324B
Complementary color
Monochromatic Colors of #74324B
Black with #74324B
Text Example
Text Example
White with #74324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74324B; }
p { color: rgb(116,50,75); }
H1.HeaderClassName
{
color: #74324B;
}
.AnyTagClassName
{
color: #74324B;
}
</style>
background-color css
<style>
a { background-color: #74324B; }
a { background-color: rgb(116,50,75); }
div.DivClassName
{
background-color: #74324B;
}
.BgClassName
{
background-color: #74324B;
}
</style>
border-color css
<style>
span { border-color: #74324B; }
span { border-color: rgb(116,50,75); }
td.TdClassName
{
border-color: #74324B;
}
.TagClassName
{
border-color: #74324B;
}
</style>