Shades of Flirt #74264D
Tints of Flirt #74264D
RGB
CMYK
RGB Variations
Color information
#74264D (or 0x74264D) is known color: Flirt. HEX triplet: 74, 26 and 4D. RGB value is (116,38,77). Sum of RGB (Red+Green+Blue) = 116+38+77=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74264D is #8BD9B2. Grayscale: #414141. Windows color (decimal): -9165235 or 5056116. OLE color: 5056116.
HSL color Cylindrical-coordinate representation of color #74264D: hue angle of 330º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74264D is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 38 | 77 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.55 |
| HSL | 330º | 0.51% | 0.3% | - |
| HSV(B) | 330º | 0.67% | 0.45% | - |
| XYZ | 9.24 | 5.64 | 7.62 | - |
| YUV | 65.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 77 | 0 | 0.67 | 0.34 | 0.55 | 330 | 0.51 | 0.3 |
| Hex | 74 | 26 | 4D | 0 | 43 | 22 | 37 | 14A | 33 | 1E |
| Octal | 164 | 46 | 115 | 0 | 103 | 42 | 67 | 512 | 63 | 36 |
| Binary | 1110100 | 100110 | 1001101 | 0 | 1000011 | 100010 | 110111 | 101001010 | 110011 | 11110 |
Color Harmonies of #74264D
Complementary color
Monochromatic Colors of #74264D
Black with #74264D
Text Example
Text Example
White with #74264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74264D; }
p { color: rgb(116,38,77); }
H1.HeaderClassName
{
color: #74264D;
}
.AnyTagClassName
{
color: #74264D;
}
</style>
background-color css
<style>
a { background-color: #74264D; }
a { background-color: rgb(116,38,77); }
div.DivClassName
{
background-color: #74264D;
}
.BgClassName
{
background-color: #74264D;
}
</style>
border-color css
<style>
span { border-color: #74264D; }
span { border-color: rgb(116,38,77); }
td.TdClassName
{
border-color: #74264D;
}
.TagClassName
{
border-color: #74264D;
}
</style>