Shades of Flirt #7B2140
Tints of Flirt #7B2140
RGB
CMYK
RGB Variations
Color information
#7B2140 (or 0x7B2140) is known color: Flirt. HEX triplet: 7B, 21 and 40. RGB value is (123,33,64). Sum of RGB (Red+Green+Blue) = 123+33+64=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2140 is #84DEBF. Grayscale: #3F3F3F. Windows color (decimal): -8707776 or 4202875. OLE color: 4202875.
HSL color Cylindrical-coordinate representation of color #7B2140: hue angle of 339.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B2140 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 64 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.52 |
| HSL | 339.33º | 0.58% | 0.31% | - |
| HSV(B) | 339.33º | 0.73% | 0.48% | - |
| XYZ | 9.64 | 5.67 | 5.44 | - |
| YUV | 63.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 64 | 0 | 0.73 | 0.48 | 0.52 | 339.33 | 0.58 | 0.31 |
| Hex | 7B | 21 | 40 | 0 | 49 | 30 | 34 | 153 | 3A | 1F |
| Octal | 173 | 41 | 100 | 0 | 111 | 60 | 64 | 523 | 72 | 37 |
| Binary | 1111011 | 100001 | 1000000 | 0 | 1001001 | 110000 | 110100 | 101010011 | 111010 | 11111 |
Color Harmonies of #7B2140
Complementary color
Monochromatic Colors of #7B2140
Black with #7B2140
Text Example
Text Example
White with #7B2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2140; }
p { color: rgb(123,33,64); }
H1.HeaderClassName
{
color: #7B2140;
}
.AnyTagClassName
{
color: #7B2140;
}
</style>
background-color css
<style>
a { background-color: #7B2140; }
a { background-color: rgb(123,33,64); }
div.DivClassName
{
background-color: #7B2140;
}
.BgClassName
{
background-color: #7B2140;
}
</style>
border-color css
<style>
span { border-color: #7B2140; }
span { border-color: rgb(123,33,64); }
td.TdClassName
{
border-color: #7B2140;
}
.TagClassName
{
border-color: #7B2140;
}
</style>