Shades of Flirt #75264D
Tints of Flirt #75264D
RGB
CMYK
RGB Variations
Color information
#75264D (or 0x75264D) is known color: Flirt. HEX triplet: 75, 26 and 4D. RGB value is (117,38,77). Sum of RGB (Red+Green+Blue) = 117+38+77=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75264D is #8AD9B2. Grayscale: #414141. Windows color (decimal): -9099699 or 5056117. OLE color: 5056117.
HSL color Cylindrical-coordinate representation of color #75264D: hue angle of 330.38º 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 #75264D is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 77 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.54 |
| HSL | 330.38º | 0.51% | 0.3% | - |
| HSV(B) | 330.38º | 0.68% | 0.46% | - |
| XYZ | 9.37 | 5.7 | 7.63 | - |
| YUV | 66.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 77 | 0 | 0.68 | 0.34 | 0.54 | 330.38 | 0.51 | 0.3 |
| Hex | 75 | 26 | 4D | 0 | 44 | 22 | 36 | 14A | 33 | 1E |
| Octal | 165 | 46 | 115 | 0 | 104 | 42 | 66 | 512 | 63 | 36 |
| Binary | 1110101 | 100110 | 1001101 | 0 | 1000100 | 100010 | 110110 | 101001010 | 110011 | 11110 |
Color Harmonies of #75264D
Complementary color
Monochromatic Colors of #75264D
Black with #75264D
Text Example
Text Example
White with #75264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75264D; }
p { color: rgb(117,38,77); }
H1.HeaderClassName
{
color: #75264D;
}
.AnyTagClassName
{
color: #75264D;
}
</style>
background-color css
<style>
a { background-color: #75264D; }
a { background-color: rgb(117,38,77); }
div.DivClassName
{
background-color: #75264D;
}
.BgClassName
{
background-color: #75264D;
}
</style>
border-color css
<style>
span { border-color: #75264D; }
span { border-color: rgb(117,38,77); }
td.TdClassName
{
border-color: #75264D;
}
.TagClassName
{
border-color: #75264D;
}
</style>