Shades of Flirt #7B2648
Tints of Flirt #7B2648
RGB
CMYK
RGB Variations
Color information
#7B2648 (or 0x7B2648) is known color: Flirt. HEX triplet: 7B, 26 and 48. RGB value is (123,38,72). Sum of RGB (Red+Green+Blue) = 123+38+72=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2648 is #84D9B7. Grayscale: #434343. Windows color (decimal): -8706488 or 4728443. OLE color: 4728443.
HSL color Cylindrical-coordinate representation of color #7B2648: hue angle of 336º 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 #7B2648 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 38 | 72 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.52 |
| HSL | 336º | 0.53% | 0.32% | - |
| HSV(B) | 336º | 0.69% | 0.48% | - |
| XYZ | 10.03 | 6.07 | 6.77 | - |
| YUV | 67.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 72 | 0 | 0.69 | 0.41 | 0.52 | 336 | 0.53 | 0.32 |
| Hex | 7B | 26 | 48 | 0 | 45 | 29 | 34 | 150 | 35 | 20 |
| Octal | 173 | 46 | 110 | 0 | 105 | 51 | 64 | 520 | 65 | 40 |
| Binary | 1111011 | 100110 | 1001000 | 0 | 1000101 | 101001 | 110100 | 101010000 | 110101 | 100000 |
Color Harmonies of #7B2648
Complementary color
Monochromatic Colors of #7B2648
Black with #7B2648
Text Example
Text Example
White with #7B2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2648; }
p { color: rgb(123,38,72); }
H1.HeaderClassName
{
color: #7B2648;
}
.AnyTagClassName
{
color: #7B2648;
}
</style>
background-color css
<style>
a { background-color: #7B2648; }
a { background-color: rgb(123,38,72); }
div.DivClassName
{
background-color: #7B2648;
}
.BgClassName
{
background-color: #7B2648;
}
</style>
border-color css
<style>
span { border-color: #7B2648; }
span { border-color: rgb(123,38,72); }
td.TdClassName
{
border-color: #7B2648;
}
.TagClassName
{
border-color: #7B2648;
}
</style>