Shades of Flirt #75284A
Tints of Flirt #75284A
RGB
CMYK
RGB Variations
Color information
#75284A (or 0x75284A) is known color: Flirt. HEX triplet: 75, 28 and 4A. RGB value is (117,40,74). Sum of RGB (Red+Green+Blue) = 117+40+74=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75284A is #8AD7B5. Grayscale: #424242. Windows color (decimal): -9099190 or 4860021. OLE color: 4860021.
HSL color Cylindrical-coordinate representation of color #75284A: hue angle of 333.51º 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 #75284A is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 40 | 74 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.54 |
| HSL | 333.51º | 0.49% | 0.31% | - |
| HSV(B) | 333.51º | 0.66% | 0.46% | - |
| XYZ | 9.33 | 5.79 | 7.11 | - |
| YUV | 66.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 74 | 0 | 0.66 | 0.37 | 0.54 | 333.51 | 0.49 | 0.31 |
| Hex | 75 | 28 | 4A | 0 | 42 | 25 | 36 | 14E | 31 | 1F |
| Octal | 165 | 50 | 112 | 0 | 102 | 45 | 66 | 516 | 61 | 37 |
| Binary | 1110101 | 101000 | 1001010 | 0 | 1000010 | 100101 | 110110 | 101001110 | 110001 | 11111 |
Color Harmonies of #75284A
Complementary color
Monochromatic Colors of #75284A
Black with #75284A
Text Example
Text Example
White with #75284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75284A; }
p { color: rgb(117,40,74); }
H1.HeaderClassName
{
color: #75284A;
}
.AnyTagClassName
{
color: #75284A;
}
</style>
background-color css
<style>
a { background-color: #75284A; }
a { background-color: rgb(117,40,74); }
div.DivClassName
{
background-color: #75284A;
}
.BgClassName
{
background-color: #75284A;
}
</style>
border-color css
<style>
span { border-color: #75284A; }
span { border-color: rgb(117,40,74); }
td.TdClassName
{
border-color: #75284A;
}
.TagClassName
{
border-color: #75284A;
}
</style>