Shades of Flirt #7B314C
Tints of Flirt #7B314C
RGB
CMYK
RGB Variations
Color information
#7B314C (or 0x7B314C) is known color: Flirt. HEX triplet: 7B, 31 and 4C. RGB value is (123,49,76). Sum of RGB (Red+Green+Blue) = 123+49+76=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B314C is #84CEB3. Grayscale: #4A4A4A. Windows color (decimal): -8703668 or 4993403. OLE color: 4993403.
HSL color Cylindrical-coordinate representation of color #7B314C: hue angle of 338.11º 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 #7B314C is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 49 | 76 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.52 |
| HSL | 338.11º | 0.43% | 0.34% | - |
| HSV(B) | 338.11º | 0.6% | 0.48% | - |
| XYZ | 10.57 | 6.93 | 7.62 | - |
| YUV | 74.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 76 | 0 | 0.60 | 0.38 | 0.52 | 338.11 | 0.43 | 0.34 |
| Hex | 7B | 31 | 4C | 0 | 3C | 26 | 34 | 152 | 2B | 22 |
| Octal | 173 | 61 | 114 | 0 | 74 | 46 | 64 | 522 | 53 | 42 |
| Binary | 1111011 | 110001 | 1001100 | 0 | 111100 | 100110 | 110100 | 101010010 | 101011 | 100010 |
Color Harmonies of #7B314C
Complementary color
Monochromatic Colors of #7B314C
Black with #7B314C
Text Example
Text Example
White with #7B314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B314C; }
p { color: rgb(123,49,76); }
H1.HeaderClassName
{
color: #7B314C;
}
.AnyTagClassName
{
color: #7B314C;
}
</style>
background-color css
<style>
a { background-color: #7B314C; }
a { background-color: rgb(123,49,76); }
div.DivClassName
{
background-color: #7B314C;
}
.BgClassName
{
background-color: #7B314C;
}
</style>
border-color css
<style>
span { border-color: #7B314C; }
span { border-color: rgb(123,49,76); }
td.TdClassName
{
border-color: #7B314C;
}
.TagClassName
{
border-color: #7B314C;
}
</style>