Shades of Flirt #74385A
Tints of Flirt #74385A
RGB
CMYK
RGB Variations
Color information
#74385A (or 0x74385A) is known color: Flirt. HEX triplet: 74, 38 and 5A. RGB value is (116,56,90). Sum of RGB (Red+Green+Blue) = 116+56+90=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74385A is #8BC7A5. Grayscale: #4D4D4D. Windows color (decimal): -9160614 or 5912692. OLE color: 5912692.
HSL color Cylindrical-coordinate representation of color #74385A: hue angle of 326º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74385A is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 56 | 90 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.55 |
| HSL | 326º | 0.35% | 0.34% | - |
| HSV(B) | 326º | 0.52% | 0.45% | - |
| XYZ | 10.46 | 7.28 | 10.53 | - |
| YUV | 77.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 90 | 0 | 0.52 | 0.22 | 0.55 | 326 | 0.35 | 0.34 |
| Hex | 74 | 38 | 5A | 0 | 34 | 16 | 37 | 146 | 23 | 22 |
| Octal | 164 | 70 | 132 | 0 | 64 | 26 | 67 | 506 | 43 | 42 |
| Binary | 1110100 | 111000 | 1011010 | 0 | 110100 | 10110 | 110111 | 101000110 | 100011 | 100010 |
Color Harmonies of #74385A
Complementary color
Monochromatic Colors of #74385A
Black with #74385A
Text Example
Text Example
White with #74385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74385A; }
p { color: rgb(116,56,90); }
H1.HeaderClassName
{
color: #74385A;
}
.AnyTagClassName
{
color: #74385A;
}
</style>
background-color css
<style>
a { background-color: #74385A; }
a { background-color: rgb(116,56,90); }
div.DivClassName
{
background-color: #74385A;
}
.BgClassName
{
background-color: #74385A;
}
</style>
border-color css
<style>
span { border-color: #74385A; }
span { border-color: rgb(116,56,90); }
td.TdClassName
{
border-color: #74385A;
}
.TagClassName
{
border-color: #74385A;
}
</style>