Shades of Flirt #74264F
Tints of Flirt #74264F
RGB
CMYK
RGB Variations
Color information
#74264F (or 0x74264F) is known color: Flirt. HEX triplet: 74, 26 and 4F. RGB value is (116,38,79). Sum of RGB (Red+Green+Blue) = 116+38+79=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #74264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74264F is #8BD9B0. Grayscale: #414141. Windows color (decimal): -9165233 or 5187188. OLE color: 5187188.
HSL color Cylindrical-coordinate representation of color #74264F: hue angle of 328.46º 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 #74264F is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 38 | 79 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.55 |
| HSL | 328.46º | 0.51% | 0.3% | - |
| HSV(B) | 328.46º | 0.67% | 0.45% | - |
| XYZ | 9.31 | 5.66 | 8 | - |
| YUV | 66 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 79 | 0 | 0.67 | 0.32 | 0.55 | 328.46 | 0.51 | 0.3 |
| Hex | 74 | 26 | 4F | 0 | 43 | 20 | 37 | 148 | 33 | 1E |
| Octal | 164 | 46 | 117 | 0 | 103 | 40 | 67 | 510 | 63 | 36 |
| Binary | 1110100 | 100110 | 1001111 | 0 | 1000011 | 100000 | 110111 | 101001000 | 110011 | 11110 |
Color Harmonies of #74264F
Complementary color
Monochromatic Colors of #74264F
Black with #74264F
Text Example
Text Example
White with #74264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74264F; }
p { color: rgb(116,38,79); }
H1.HeaderClassName
{
color: #74264F;
}
.AnyTagClassName
{
color: #74264F;
}
</style>
background-color css
<style>
a { background-color: #74264F; }
a { background-color: rgb(116,38,79); }
div.DivClassName
{
background-color: #74264F;
}
.BgClassName
{
background-color: #74264F;
}
</style>
border-color css
<style>
span { border-color: #74264F; }
span { border-color: rgb(116,38,79); }
td.TdClassName
{
border-color: #74264F;
}
.TagClassName
{
border-color: #74264F;
}
</style>