Shades of Flirt #7B2B47
Tints of Flirt #7B2B47
RGB
CMYK
RGB Variations
Color information
#7B2B47 (or 0x7B2B47) is known color: Flirt. HEX triplet: 7B, 2B and 47. RGB value is (123,43,71). Sum of RGB (Red+Green+Blue) = 123+43+71=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2B47 is #84D4B8. Grayscale: #464646. Windows color (decimal): -8705209 or 4664187. OLE color: 4664187.
HSL color Cylindrical-coordinate representation of color #7B2B47: hue angle of 339º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2B47 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 43 | 71 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.52 |
| HSL | 339º | 0.48% | 0.33% | - |
| HSV(B) | 339º | 0.65% | 0.48% | - |
| XYZ | 10.17 | 6.39 | 6.66 | - |
| YUV | 70.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 71 | 0 | 0.65 | 0.42 | 0.52 | 339 | 0.48 | 0.33 |
| Hex | 7B | 2B | 47 | 0 | 41 | 2A | 34 | 153 | 30 | 21 |
| Octal | 173 | 53 | 107 | 0 | 101 | 52 | 64 | 523 | 60 | 41 |
| Binary | 1111011 | 101011 | 1000111 | 0 | 1000001 | 101010 | 110100 | 101010011 | 110000 | 100001 |
Color Harmonies of #7B2B47
Complementary color
Monochromatic Colors of #7B2B47
Black with #7B2B47
Text Example
Text Example
White with #7B2B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2B47; }
p { color: rgb(123,43,71); }
H1.HeaderClassName
{
color: #7B2B47;
}
.AnyTagClassName
{
color: #7B2B47;
}
</style>
background-color css
<style>
a { background-color: #7B2B47; }
a { background-color: rgb(123,43,71); }
div.DivClassName
{
background-color: #7B2B47;
}
.BgClassName
{
background-color: #7B2B47;
}
</style>
border-color css
<style>
span { border-color: #7B2B47; }
span { border-color: rgb(123,43,71); }
td.TdClassName
{
border-color: #7B2B47;
}
.TagClassName
{
border-color: #7B2B47;
}
</style>