Shades of Flirt #7B2144
Tints of Flirt #7B2144
RGB
CMYK
RGB Variations
Color information
#7B2144 (or 0x7B2144) is known color: Flirt. HEX triplet: 7B, 21 and 44. RGB value is (123,33,68). Sum of RGB (Red+Green+Blue) = 123+33+68=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2144 is #84DEBB. Grayscale: #3F3F3F. Windows color (decimal): -8707772 or 4465019. OLE color: 4465019.
HSL color Cylindrical-coordinate representation of color #7B2144: hue angle of 336.67º 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 #7B2144 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 33 | 68 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.52 |
| HSL | 336.67º | 0.58% | 0.31% | - |
| HSV(B) | 336.67º | 0.73% | 0.48% | - |
| XYZ | 9.76 | 5.72 | 6.06 | - |
| YUV | 63.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 68 | 0 | 0.73 | 0.45 | 0.52 | 336.67 | 0.58 | 0.31 |
| Hex | 7B | 21 | 44 | 0 | 49 | 2D | 34 | 151 | 3A | 1F |
| Octal | 173 | 41 | 104 | 0 | 111 | 55 | 64 | 521 | 72 | 37 |
| Binary | 1111011 | 100001 | 1000100 | 0 | 1001001 | 101101 | 110100 | 101010001 | 111010 | 11111 |
Color Harmonies of #7B2144
Complementary color
Monochromatic Colors of #7B2144
Black with #7B2144
Text Example
Text Example
White with #7B2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2144; }
p { color: rgb(123,33,68); }
H1.HeaderClassName
{
color: #7B2144;
}
.AnyTagClassName
{
color: #7B2144;
}
</style>
background-color css
<style>
a { background-color: #7B2144; }
a { background-color: rgb(123,33,68); }
div.DivClassName
{
background-color: #7B2144;
}
.BgClassName
{
background-color: #7B2144;
}
</style>
border-color css
<style>
span { border-color: #7B2144; }
span { border-color: rgb(123,33,68); }
td.TdClassName
{
border-color: #7B2144;
}
.TagClassName
{
border-color: #7B2144;
}
</style>