Shades of Flirt #74254C
Tints of Flirt #74254C
RGB
CMYK
RGB Variations
Color information
#74254C (or 0x74254C) is known color: Flirt. HEX triplet: 74, 25 and 4C. RGB value is (116,37,76). Sum of RGB (Red+Green+Blue) = 116+37+76=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74254C is #8BDAB3. Grayscale: #404040. Windows color (decimal): -9165492 or 4990324. OLE color: 4990324.
HSL color Cylindrical-coordinate representation of color #74254C: hue angle of 330.38º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74254C is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 37 | 76 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.55 |
| HSL | 330.38º | 0.52% | 0.3% | - |
| HSV(B) | 330.38º | 0.68% | 0.45% | - |
| XYZ | 9.17 | 5.56 | 7.43 | - |
| YUV | 65.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 76 | 0 | 0.68 | 0.34 | 0.55 | 330.38 | 0.52 | 0.3 |
| Hex | 74 | 25 | 4C | 0 | 44 | 22 | 37 | 14A | 34 | 1E |
| Octal | 164 | 45 | 114 | 0 | 104 | 42 | 67 | 512 | 64 | 36 |
| Binary | 1110100 | 100101 | 1001100 | 0 | 1000100 | 100010 | 110111 | 101001010 | 110100 | 11110 |
Color Harmonies of #74254C
Complementary color
Monochromatic Colors of #74254C
Black with #74254C
Text Example
Text Example
White with #74254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74254C; }
p { color: rgb(116,37,76); }
H1.HeaderClassName
{
color: #74254C;
}
.AnyTagClassName
{
color: #74254C;
}
</style>
background-color css
<style>
a { background-color: #74254C; }
a { background-color: rgb(116,37,76); }
div.DivClassName
{
background-color: #74254C;
}
.BgClassName
{
background-color: #74254C;
}
</style>
border-color css
<style>
span { border-color: #74254C; }
span { border-color: rgb(116,37,76); }
td.TdClassName
{
border-color: #74254C;
}
.TagClassName
{
border-color: #74254C;
}
</style>