Shades of Flirt #76284F
Tints of Flirt #76284F
RGB
CMYK
RGB Variations
Color information
#76284F (or 0x76284F) is known color: Flirt. HEX triplet: 76, 28 and 4F. RGB value is (118,40,79). Sum of RGB (Red+Green+Blue) = 118+40+79=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #76284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76284F is #89D7B0. Grayscale: #434343. Windows color (decimal): -9033649 or 5187702. OLE color: 5187702.
HSL color Cylindrical-coordinate representation of color #76284F: hue angle of 330º 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 #76284F is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 40 | 79 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.54 |
| HSL | 330º | 0.49% | 0.31% | - |
| HSV(B) | 330º | 0.66% | 0.46% | - |
| XYZ | 9.64 | 5.93 | 8.03 | - |
| YUV | 67.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 79 | 0 | 0.66 | 0.33 | 0.54 | 330 | 0.49 | 0.31 |
| Hex | 76 | 28 | 4F | 0 | 42 | 21 | 36 | 14A | 31 | 1F |
| Octal | 166 | 50 | 117 | 0 | 102 | 41 | 66 | 512 | 61 | 37 |
| Binary | 1110110 | 101000 | 1001111 | 0 | 1000010 | 100001 | 110110 | 101001010 | 110001 | 11111 |
Color Harmonies of #76284F
Complementary color
Monochromatic Colors of #76284F
Black with #76284F
Text Example
Text Example
White with #76284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76284F; }
p { color: rgb(118,40,79); }
H1.HeaderClassName
{
color: #76284F;
}
.AnyTagClassName
{
color: #76284F;
}
</style>
background-color css
<style>
a { background-color: #76284F; }
a { background-color: rgb(118,40,79); }
div.DivClassName
{
background-color: #76284F;
}
.BgClassName
{
background-color: #76284F;
}
</style>
border-color css
<style>
span { border-color: #76284F; }
span { border-color: rgb(118,40,79); }
td.TdClassName
{
border-color: #76284F;
}
.TagClassName
{
border-color: #76284F;
}
</style>