Shades of Flirt #7B2942
Tints of Flirt #7B2942
RGB
CMYK
RGB Variations
Color information
#7B2942 (or 0x7B2942) is known color: Flirt. HEX triplet: 7B, 29 and 42. RGB value is (123,41,66). Sum of RGB (Red+Green+Blue) = 123+41+66=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2942 is #84D6BD. Grayscale: #444444. Windows color (decimal): -8705726 or 4335995. OLE color: 4335995.
HSL color Cylindrical-coordinate representation of color #7B2942: hue angle of 341.71º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B2942 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 66 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.52 |
| HSL | 341.71º | 0.5% | 0.32% | - |
| HSV(B) | 341.71º | 0.67% | 0.48% | - |
| XYZ | 9.94 | 6.19 | 5.82 | - |
| YUV | 68.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 66 | 0 | 0.67 | 0.46 | 0.52 | 341.71 | 0.5 | 0.32 |
| Hex | 7B | 29 | 42 | 0 | 43 | 2E | 34 | 156 | 32 | 20 |
| Octal | 173 | 51 | 102 | 0 | 103 | 56 | 64 | 526 | 62 | 40 |
| Binary | 1111011 | 101001 | 1000010 | 0 | 1000011 | 101110 | 110100 | 101010110 | 110010 | 100000 |
Color Harmonies of #7B2942
Complementary color
Monochromatic Colors of #7B2942
Black with #7B2942
Text Example
Text Example
White with #7B2942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2942; }
p { color: rgb(123,41,66); }
H1.HeaderClassName
{
color: #7B2942;
}
.AnyTagClassName
{
color: #7B2942;
}
</style>
background-color css
<style>
a { background-color: #7B2942; }
a { background-color: rgb(123,41,66); }
div.DivClassName
{
background-color: #7B2942;
}
.BgClassName
{
background-color: #7B2942;
}
</style>
border-color css
<style>
span { border-color: #7B2942; }
span { border-color: rgb(123,41,66); }
td.TdClassName
{
border-color: #7B2942;
}
.TagClassName
{
border-color: #7B2942;
}
</style>