Shades of Flirt #75274E
Tints of Flirt #75274E
RGB
CMYK
RGB Variations
Color information
#75274E (or 0x75274E) is known color: Flirt. HEX triplet: 75, 27 and 4E. RGB value is (117,39,78). Sum of RGB (Red+Green+Blue) = 117+39+78=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75274E is #8AD8B1. Grayscale: #424242. Windows color (decimal): -9099442 or 5121909. OLE color: 5121909.
HSL color Cylindrical-coordinate representation of color #75274E: hue angle of 330º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75274E is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 39 | 78 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.54 |
| HSL | 330º | 0.5% | 0.31% | - |
| HSV(B) | 330º | 0.67% | 0.46% | - |
| XYZ | 9.44 | 5.78 | 7.83 | - |
| YUV | 66.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 78 | 0 | 0.67 | 0.33 | 0.54 | 330 | 0.5 | 0.31 |
| Hex | 75 | 27 | 4E | 0 | 43 | 21 | 36 | 14A | 32 | 1F |
| Octal | 165 | 47 | 116 | 0 | 103 | 41 | 66 | 512 | 62 | 37 |
| Binary | 1110101 | 100111 | 1001110 | 0 | 1000011 | 100001 | 110110 | 101001010 | 110010 | 11111 |
Color Harmonies of #75274E
Complementary color
Monochromatic Colors of #75274E
Black with #75274E
Text Example
Text Example
White with #75274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75274E; }
p { color: rgb(117,39,78); }
H1.HeaderClassName
{
color: #75274E;
}
.AnyTagClassName
{
color: #75274E;
}
</style>
background-color css
<style>
a { background-color: #75274E; }
a { background-color: rgb(117,39,78); }
div.DivClassName
{
background-color: #75274E;
}
.BgClassName
{
background-color: #75274E;
}
</style>
border-color css
<style>
span { border-color: #75274E; }
span { border-color: rgb(117,39,78); }
td.TdClassName
{
border-color: #75274E;
}
.TagClassName
{
border-color: #75274E;
}
</style>