Shades of Flirt #74315B
Tints of Flirt #74315B
RGB
CMYK
RGB Variations
Color information
#74315B (or 0x74315B) is known color: Flirt. HEX triplet: 74, 31 and 5B. RGB value is (116,49,91). Sum of RGB (Red+Green+Blue) = 116+49+91=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74315B is #8BCEA4. Grayscale: #494949. Windows color (decimal): -9162405 or 5976436. OLE color: 5976436.
HSL color Cylindrical-coordinate representation of color #74315B: hue angle of 322.39º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74315B is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 49 | 91 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.55 |
| HSL | 322.39º | 0.41% | 0.32% | - |
| HSV(B) | 322.39º | 0.58% | 0.45% | - |
| XYZ | 10.19 | 6.66 | 10.65 | - |
| YUV | 73.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 91 | 0 | 0.58 | 0.22 | 0.55 | 322.39 | 0.41 | 0.32 |
| Hex | 74 | 31 | 5B | 0 | 3A | 16 | 37 | 142 | 29 | 20 |
| Octal | 164 | 61 | 133 | 0 | 72 | 26 | 67 | 502 | 51 | 40 |
| Binary | 1110100 | 110001 | 1011011 | 0 | 111010 | 10110 | 110111 | 101000010 | 101001 | 100000 |
Color Harmonies of #74315B
Complementary color
Monochromatic Colors of #74315B
Black with #74315B
Text Example
Text Example
White with #74315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74315B; }
p { color: rgb(116,49,91); }
H1.HeaderClassName
{
color: #74315B;
}
.AnyTagClassName
{
color: #74315B;
}
</style>
background-color css
<style>
a { background-color: #74315B; }
a { background-color: rgb(116,49,91); }
div.DivClassName
{
background-color: #74315B;
}
.BgClassName
{
background-color: #74315B;
}
</style>
border-color css
<style>
span { border-color: #74315B; }
span { border-color: rgb(116,49,91); }
td.TdClassName
{
border-color: #74315B;
}
.TagClassName
{
border-color: #74315B;
}
</style>