Shades of Flirt #7B3350
Tints of Flirt #7B3350
RGB
CMYK
RGB Variations
Color information
#7B3350 (or 0x7B3350) is known color: Flirt. HEX triplet: 7B, 33 and 50. RGB value is (123,51,80). Sum of RGB (Red+Green+Blue) = 123+51+80=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3350 is #84CCAF. Grayscale: #4B4B4B. Windows color (decimal): -8703152 or 5256059. OLE color: 5256059.
HSL color Cylindrical-coordinate representation of color #7B3350: hue angle of 335.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B3350 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 51 | 80 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.52 |
| HSL | 335.83º | 0.41% | 0.34% | - |
| HSV(B) | 335.83º | 0.59% | 0.48% | - |
| XYZ | 10.8 | 7.16 | 8.4 | - |
| YUV | 75.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 80 | 0 | 0.59 | 0.35 | 0.52 | 335.83 | 0.41 | 0.34 |
| Hex | 7B | 33 | 50 | 0 | 3B | 23 | 34 | 150 | 29 | 22 |
| Octal | 173 | 63 | 120 | 0 | 73 | 43 | 64 | 520 | 51 | 42 |
| Binary | 1111011 | 110011 | 1010000 | 0 | 111011 | 100011 | 110100 | 101010000 | 101001 | 100010 |
Color Harmonies of #7B3350
Complementary color
Monochromatic Colors of #7B3350
Black with #7B3350
Text Example
Text Example
White with #7B3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3350; }
p { color: rgb(123,51,80); }
H1.HeaderClassName
{
color: #7B3350;
}
.AnyTagClassName
{
color: #7B3350;
}
</style>
background-color css
<style>
a { background-color: #7B3350; }
a { background-color: rgb(123,51,80); }
div.DivClassName
{
background-color: #7B3350;
}
.BgClassName
{
background-color: #7B3350;
}
</style>
border-color css
<style>
span { border-color: #7B3350; }
span { border-color: rgb(123,51,80); }
td.TdClassName
{
border-color: #7B3350;
}
.TagClassName
{
border-color: #7B3350;
}
</style>