Shades of Flirt #7B3147
Tints of Flirt #7B3147
RGB
CMYK
RGB Variations
Color information
#7B3147 (or 0x7B3147) is known color: Flirt. HEX triplet: 7B, 31 and 47. RGB value is (123,49,71). Sum of RGB (Red+Green+Blue) = 123+49+71=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3147 is #84CEB8. Grayscale: #494949. Windows color (decimal): -8703673 or 4665723. OLE color: 4665723.
HSL color Cylindrical-coordinate representation of color #7B3147: hue angle of 342.16º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B3147 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 49 | 71 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.52 |
| HSL | 342.16º | 0.43% | 0.34% | - |
| HSV(B) | 342.16º | 0.6% | 0.48% | - |
| XYZ | 10.4 | 6.86 | 6.74 | - |
| YUV | 73.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 71 | 0 | 0.60 | 0.42 | 0.52 | 342.16 | 0.43 | 0.34 |
| Hex | 7B | 31 | 47 | 0 | 3C | 2A | 34 | 156 | 2B | 22 |
| Octal | 173 | 61 | 107 | 0 | 74 | 52 | 64 | 526 | 53 | 42 |
| Binary | 1111011 | 110001 | 1000111 | 0 | 111100 | 101010 | 110100 | 101010110 | 101011 | 100010 |
Color Harmonies of #7B3147
Complementary color
Monochromatic Colors of #7B3147
Black with #7B3147
Text Example
Text Example
White with #7B3147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3147; }
p { color: rgb(123,49,71); }
H1.HeaderClassName
{
color: #7B3147;
}
.AnyTagClassName
{
color: #7B3147;
}
</style>
background-color css
<style>
a { background-color: #7B3147; }
a { background-color: rgb(123,49,71); }
div.DivClassName
{
background-color: #7B3147;
}
.BgClassName
{
background-color: #7B3147;
}
</style>
border-color css
<style>
span { border-color: #7B3147; }
span { border-color: rgb(123,49,71); }
td.TdClassName
{
border-color: #7B3147;
}
.TagClassName
{
border-color: #7B3147;
}
</style>