Shades of Flirt #7B2653
Tints of Flirt #7B2653
RGB
CMYK
RGB Variations
Color information
#7B2653 (or 0x7B2653) is known color: Flirt. HEX triplet: 7B, 26 and 53. RGB value is (123,38,83). Sum of RGB (Red+Green+Blue) = 123+38+83=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2653 is #84D9AC. Grayscale: #444444. Windows color (decimal): -8706477 or 5449339. OLE color: 5449339.
HSL color Cylindrical-coordinate representation of color #7B2653: hue angle of 328.24º 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 #7B2653 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 38 | 83 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.52 |
| HSL | 328.24º | 0.53% | 0.32% | - |
| HSV(B) | 328.24º | 0.69% | 0.48% | - |
| XYZ | 10.42 | 6.22 | 8.84 | - |
| YUV | 68.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 83 | 0 | 0.69 | 0.33 | 0.52 | 328.24 | 0.53 | 0.32 |
| Hex | 7B | 26 | 53 | 0 | 45 | 21 | 34 | 148 | 35 | 20 |
| Octal | 173 | 46 | 123 | 0 | 105 | 41 | 64 | 510 | 65 | 40 |
| Binary | 1111011 | 100110 | 1010011 | 0 | 1000101 | 100001 | 110100 | 101001000 | 110101 | 100000 |
Color Harmonies of #7B2653
Complementary color
Monochromatic Colors of #7B2653
Black with #7B2653
Text Example
Text Example
White with #7B2653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2653; }
p { color: rgb(123,38,83); }
H1.HeaderClassName
{
color: #7B2653;
}
.AnyTagClassName
{
color: #7B2653;
}
</style>
background-color css
<style>
a { background-color: #7B2653; }
a { background-color: rgb(123,38,83); }
div.DivClassName
{
background-color: #7B2653;
}
.BgClassName
{
background-color: #7B2653;
}
</style>
border-color css
<style>
span { border-color: #7B2653; }
span { border-color: rgb(123,38,83); }
td.TdClassName
{
border-color: #7B2653;
}
.TagClassName
{
border-color: #7B2653;
}
</style>