Shades of Flirt #75284E
Tints of Flirt #75284E
RGB
CMYK
RGB Variations
Color information
#75284E (or 0x75284E) is known color: Flirt. HEX triplet: 75, 28 and 4E. RGB value is (117,40,78). Sum of RGB (Red+Green+Blue) = 117+40+78=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75284E is #8AD7B1. Grayscale: #434343. Windows color (decimal): -9099186 or 5122165. OLE color: 5122165.
HSL color Cylindrical-coordinate representation of color #75284E: hue angle of 330.39º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75284E is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 40 | 78 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.54 |
| HSL | 330.39º | 0.49% | 0.31% | - |
| HSV(B) | 330.39º | 0.66% | 0.46% | - |
| XYZ | 9.47 | 5.85 | 7.84 | - |
| YUV | 67.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 78 | 0 | 0.66 | 0.33 | 0.54 | 330.39 | 0.49 | 0.31 |
| Hex | 75 | 28 | 4E | 0 | 42 | 21 | 36 | 14A | 31 | 1F |
| Octal | 165 | 50 | 116 | 0 | 102 | 41 | 66 | 512 | 61 | 37 |
| Binary | 1110101 | 101000 | 1001110 | 0 | 1000010 | 100001 | 110110 | 101001010 | 110001 | 11111 |
Color Harmonies of #75284E
Complementary color
Monochromatic Colors of #75284E
Black with #75284E
Text Example
Text Example
White with #75284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75284E; }
p { color: rgb(117,40,78); }
H1.HeaderClassName
{
color: #75284E;
}
.AnyTagClassName
{
color: #75284E;
}
</style>
background-color css
<style>
a { background-color: #75284E; }
a { background-color: rgb(117,40,78); }
div.DivClassName
{
background-color: #75284E;
}
.BgClassName
{
background-color: #75284E;
}
</style>
border-color css
<style>
span { border-color: #75284E; }
span { border-color: rgb(117,40,78); }
td.TdClassName
{
border-color: #75284E;
}
.TagClassName
{
border-color: #75284E;
}
</style>