Shades of Flirt #7B2640
Tints of Flirt #7B2640
RGB
CMYK
RGB Variations
Color information
#7B2640 (or 0x7B2640) is known color: Flirt. HEX triplet: 7B, 26 and 40. RGB value is (123,38,64). Sum of RGB (Red+Green+Blue) = 123+38+64=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2640 is #84D9BF. Grayscale: #424242. Windows color (decimal): -8706496 or 4204155. OLE color: 4204155.
HSL color Cylindrical-coordinate representation of color #7B2640: hue angle of 341.65º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B2640 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 38 | 64 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.52 |
| HSL | 341.65º | 0.53% | 0.32% | - |
| HSV(B) | 341.65º | 0.69% | 0.48% | - |
| XYZ | 9.79 | 5.97 | 5.49 | - |
| YUV | 66.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 64 | 0 | 0.69 | 0.48 | 0.52 | 341.65 | 0.53 | 0.32 |
| Hex | 7B | 26 | 40 | 0 | 45 | 30 | 34 | 156 | 35 | 20 |
| Octal | 173 | 46 | 100 | 0 | 105 | 60 | 64 | 526 | 65 | 40 |
| Binary | 1111011 | 100110 | 1000000 | 0 | 1000101 | 110000 | 110100 | 101010110 | 110101 | 100000 |
Color Harmonies of #7B2640
Complementary color
Monochromatic Colors of #7B2640
Black with #7B2640
Text Example
Text Example
White with #7B2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2640; }
p { color: rgb(123,38,64); }
H1.HeaderClassName
{
color: #7B2640;
}
.AnyTagClassName
{
color: #7B2640;
}
</style>
background-color css
<style>
a { background-color: #7B2640; }
a { background-color: rgb(123,38,64); }
div.DivClassName
{
background-color: #7B2640;
}
.BgClassName
{
background-color: #7B2640;
}
</style>
border-color css
<style>
span { border-color: #7B2640; }
span { border-color: rgb(123,38,64); }
td.TdClassName
{
border-color: #7B2640;
}
.TagClassName
{
border-color: #7B2640;
}
</style>