Shades of Flirt #7B2053
Tints of Flirt #7B2053
RGB
CMYK
RGB Variations
Color information
#7B2053 (or 0x7B2053) is known color: Flirt. HEX triplet: 7B, 20 and 53. RGB value is (123,32,83). Sum of RGB (Red+Green+Blue) = 123+32+83=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2053 is #84DFAC. Grayscale: #404040. Windows color (decimal): -8708013 or 5447803. OLE color: 5447803.
HSL color Cylindrical-coordinate representation of color #7B2053: hue angle of 326.37º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B2053 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 83 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.52 |
| HSL | 326.37º | 0.59% | 0.3% | - |
| HSV(B) | 326.37º | 0.74% | 0.48% | - |
| XYZ | 10.25 | 5.87 | 8.78 | - |
| YUV | 65.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 83 | 0 | 0.74 | 0.33 | 0.52 | 326.37 | 0.59 | 0.3 |
| Hex | 7B | 20 | 53 | 0 | 4A | 21 | 34 | 146 | 3B | 1E |
| Octal | 173 | 40 | 123 | 0 | 112 | 41 | 64 | 506 | 73 | 36 |
| Binary | 1111011 | 100000 | 1010011 | 0 | 1001010 | 100001 | 110100 | 101000110 | 111011 | 11110 |
Color Harmonies of #7B2053
Complementary color
Monochromatic Colors of #7B2053
Black with #7B2053
Text Example
Text Example
White with #7B2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2053; }
p { color: rgb(123,32,83); }
H1.HeaderClassName
{
color: #7B2053;
}
.AnyTagClassName
{
color: #7B2053;
}
</style>
background-color css
<style>
a { background-color: #7B2053; }
a { background-color: rgb(123,32,83); }
div.DivClassName
{
background-color: #7B2053;
}
.BgClassName
{
background-color: #7B2053;
}
</style>
border-color css
<style>
span { border-color: #7B2053; }
span { border-color: rgb(123,32,83); }
td.TdClassName
{
border-color: #7B2053;
}
.TagClassName
{
border-color: #7B2053;
}
</style>