Shades of Flirt #75274C
Tints of Flirt #75274C
RGB
CMYK
RGB Variations
Color information
#75274C (or 0x75274C) is known color: Flirt. HEX triplet: 75, 27 and 4C. RGB value is (117,39,76). Sum of RGB (Red+Green+Blue) = 117+39+76=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75274C is #8AD8B3. Grayscale: #424242. Windows color (decimal): -9099444 or 4990837. OLE color: 4990837.
HSL color Cylindrical-coordinate representation of color #75274C: hue angle of 331.54º 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 #75274C is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 39 | 76 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.54 |
| HSL | 331.54º | 0.5% | 0.31% | - |
| HSV(B) | 331.54º | 0.67% | 0.46% | - |
| XYZ | 9.37 | 5.75 | 7.45 | - |
| YUV | 66.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 76 | 0 | 0.67 | 0.35 | 0.54 | 331.54 | 0.5 | 0.31 |
| Hex | 75 | 27 | 4C | 0 | 43 | 23 | 36 | 14C | 32 | 1F |
| Octal | 165 | 47 | 114 | 0 | 103 | 43 | 66 | 514 | 62 | 37 |
| Binary | 1110101 | 100111 | 1001100 | 0 | 1000011 | 100011 | 110110 | 101001100 | 110010 | 11111 |
Color Harmonies of #75274C
Complementary color
Monochromatic Colors of #75274C
Black with #75274C
Text Example
Text Example
White with #75274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75274C; }
p { color: rgb(117,39,76); }
H1.HeaderClassName
{
color: #75274C;
}
.AnyTagClassName
{
color: #75274C;
}
</style>
background-color css
<style>
a { background-color: #75274C; }
a { background-color: rgb(117,39,76); }
div.DivClassName
{
background-color: #75274C;
}
.BgClassName
{
background-color: #75274C;
}
</style>
border-color css
<style>
span { border-color: #75274C; }
span { border-color: rgb(117,39,76); }
td.TdClassName
{
border-color: #75274C;
}
.TagClassName
{
border-color: #75274C;
}
</style>