Shades of Flirt #75264C
Tints of Flirt #75264C
RGB
CMYK
RGB Variations
Color information
#75264C (or 0x75264C) is known color: Flirt. HEX triplet: 75, 26 and 4C. RGB value is (117,38,76). Sum of RGB (Red+Green+Blue) = 117+38+76=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75264C is #8AD9B3. Grayscale: #414141. Windows color (decimal): -9099700 or 4990581. OLE color: 4990581.
HSL color Cylindrical-coordinate representation of color #75264C: hue angle of 331.14º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75264C is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 76 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.54 |
| HSL | 331.14º | 0.51% | 0.3% | - |
| HSV(B) | 331.14º | 0.68% | 0.46% | - |
| XYZ | 9.33 | 5.69 | 7.44 | - |
| YUV | 65.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 76 | 0 | 0.68 | 0.35 | 0.54 | 331.14 | 0.51 | 0.3 |
| Hex | 75 | 26 | 4C | 0 | 44 | 23 | 36 | 14B | 33 | 1E |
| Octal | 165 | 46 | 114 | 0 | 104 | 43 | 66 | 513 | 63 | 36 |
| Binary | 1110101 | 100110 | 1001100 | 0 | 1000100 | 100011 | 110110 | 101001011 | 110011 | 11110 |
Color Harmonies of #75264C
Complementary color
Monochromatic Colors of #75264C
Black with #75264C
Text Example
Text Example
White with #75264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75264C; }
p { color: rgb(117,38,76); }
H1.HeaderClassName
{
color: #75264C;
}
.AnyTagClassName
{
color: #75264C;
}
</style>
background-color css
<style>
a { background-color: #75264C; }
a { background-color: rgb(117,38,76); }
div.DivClassName
{
background-color: #75264C;
}
.BgClassName
{
background-color: #75264C;
}
</style>
border-color css
<style>
span { border-color: #75264C; }
span { border-color: rgb(117,38,76); }
td.TdClassName
{
border-color: #75264C;
}
.TagClassName
{
border-color: #75264C;
}
</style>