Shades of Flirt #74325B
Tints of Flirt #74325B
RGB
CMYK
RGB Variations
Color information
#74325B (or 0x74325B) is known color: Flirt. HEX triplet: 74, 32 and 5B. RGB value is (116,50,91). Sum of RGB (Red+Green+Blue) = 116+50+91=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74325B is #8BCDA4. Grayscale: #4A4A4A. Windows color (decimal): -9162149 or 5976692. OLE color: 5976692.
HSL color Cylindrical-coordinate representation of color #74325B: hue angle of 322.73º 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 #74325B is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 91 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.55 |
| HSL | 322.73º | 0.4% | 0.33% | - |
| HSV(B) | 322.73º | 0.57% | 0.45% | - |
| XYZ | 10.23 | 6.75 | 10.66 | - |
| YUV | 74.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 91 | 0 | 0.57 | 0.22 | 0.55 | 322.73 | 0.4 | 0.33 |
| Hex | 74 | 32 | 5B | 0 | 39 | 16 | 37 | 143 | 28 | 21 |
| Octal | 164 | 62 | 133 | 0 | 71 | 26 | 67 | 503 | 50 | 41 |
| Binary | 1110100 | 110010 | 1011011 | 0 | 111001 | 10110 | 110111 | 101000011 | 101000 | 100001 |
Color Harmonies of #74325B
Complementary color
Monochromatic Colors of #74325B
Black with #74325B
Text Example
Text Example
White with #74325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74325B; }
p { color: rgb(116,50,91); }
H1.HeaderClassName
{
color: #74325B;
}
.AnyTagClassName
{
color: #74325B;
}
</style>
background-color css
<style>
a { background-color: #74325B; }
a { background-color: rgb(116,50,91); }
div.DivClassName
{
background-color: #74325B;
}
.BgClassName
{
background-color: #74325B;
}
</style>
border-color css
<style>
span { border-color: #74325B; }
span { border-color: rgb(116,50,91); }
td.TdClassName
{
border-color: #74325B;
}
.TagClassName
{
border-color: #74325B;
}
</style>