Shades of Flirt #76284D
Tints of Flirt #76284D
RGB
CMYK
RGB Variations
Color information
#76284D (or 0x76284D) is known color: Flirt. HEX triplet: 76, 28 and 4D. RGB value is (118,40,77). Sum of RGB (Red+Green+Blue) = 118+40+77=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76284D is #89D7B2. Grayscale: #434343. Windows color (decimal): -9033651 or 5056630. OLE color: 5056630.
HSL color Cylindrical-coordinate representation of color #76284D: hue angle of 331.54º 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 #76284D is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 40 | 77 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.54 |
| HSL | 331.54º | 0.49% | 0.31% | - |
| HSV(B) | 331.54º | 0.66% | 0.46% | - |
| XYZ | 9.57 | 5.9 | 7.66 | - |
| YUV | 67.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 77 | 0 | 0.66 | 0.35 | 0.54 | 331.54 | 0.49 | 0.31 |
| Hex | 76 | 28 | 4D | 0 | 42 | 23 | 36 | 14C | 31 | 1F |
| Octal | 166 | 50 | 115 | 0 | 102 | 43 | 66 | 514 | 61 | 37 |
| Binary | 1110110 | 101000 | 1001101 | 0 | 1000010 | 100011 | 110110 | 101001100 | 110001 | 11111 |
Color Harmonies of #76284D
Complementary color
Monochromatic Colors of #76284D
Black with #76284D
Text Example
Text Example
White with #76284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76284D; }
p { color: rgb(118,40,77); }
H1.HeaderClassName
{
color: #76284D;
}
.AnyTagClassName
{
color: #76284D;
}
</style>
background-color css
<style>
a { background-color: #76284D; }
a { background-color: rgb(118,40,77); }
div.DivClassName
{
background-color: #76284D;
}
.BgClassName
{
background-color: #76284D;
}
</style>
border-color css
<style>
span { border-color: #76284D; }
span { border-color: rgb(118,40,77); }
td.TdClassName
{
border-color: #76284D;
}
.TagClassName
{
border-color: #76284D;
}
</style>