Shades of Flirt #76274A
Tints of Flirt #76274A
RGB
CMYK
RGB Variations
Color information
#76274A (or 0x76274A) is known color: Flirt. HEX triplet: 76, 27 and 4A. RGB value is (118,39,74). Sum of RGB (Red+Green+Blue) = 118+39+74=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76274A is #89D8B5. Grayscale: #424242. Windows color (decimal): -9033910 or 4859766. OLE color: 4859766.
HSL color Cylindrical-coordinate representation of color #76274A: hue angle of 333.42º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76274A is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 74 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.54 |
| HSL | 333.42º | 0.5% | 0.31% | - |
| HSV(B) | 333.42º | 0.67% | 0.46% | - |
| XYZ | 9.43 | 5.8 | 7.1 | - |
| YUV | 66.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 74 | 0 | 0.67 | 0.37 | 0.54 | 333.42 | 0.5 | 0.31 |
| Hex | 76 | 27 | 4A | 0 | 43 | 25 | 36 | 14D | 32 | 1F |
| Octal | 166 | 47 | 112 | 0 | 103 | 45 | 66 | 515 | 62 | 37 |
| Binary | 1110110 | 100111 | 1001010 | 0 | 1000011 | 100101 | 110110 | 101001101 | 110010 | 11111 |
Color Harmonies of #76274A
Complementary color
Monochromatic Colors of #76274A
Black with #76274A
Text Example
Text Example
White with #76274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76274A; }
p { color: rgb(118,39,74); }
H1.HeaderClassName
{
color: #76274A;
}
.AnyTagClassName
{
color: #76274A;
}
</style>
background-color css
<style>
a { background-color: #76274A; }
a { background-color: rgb(118,39,74); }
div.DivClassName
{
background-color: #76274A;
}
.BgClassName
{
background-color: #76274A;
}
</style>
border-color css
<style>
span { border-color: #76274A; }
span { border-color: rgb(118,39,74); }
td.TdClassName
{
border-color: #76274A;
}
.TagClassName
{
border-color: #76274A;
}
</style>