Shades of Flirt #7B2242
Tints of Flirt #7B2242
RGB
CMYK
RGB Variations
Color information
#7B2242 (or 0x7B2242) is known color: Flirt. HEX triplet: 7B, 22 and 42. RGB value is (123,34,66). Sum of RGB (Red+Green+Blue) = 123+34+66=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2242 is #84DDBD. Grayscale: #404040. Windows color (decimal): -8707518 or 4334203. OLE color: 4334203.
HSL color Cylindrical-coordinate representation of color #7B2242: hue angle of 338.43º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2242 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 34 | 66 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.52 |
| HSL | 338.43º | 0.57% | 0.31% | - |
| HSV(B) | 338.43º | 0.72% | 0.48% | - |
| XYZ | 9.72 | 5.75 | 5.75 | - |
| YUV | 64.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 66 | 0 | 0.72 | 0.46 | 0.52 | 338.43 | 0.57 | 0.31 |
| Hex | 7B | 22 | 42 | 0 | 48 | 2E | 34 | 152 | 39 | 1F |
| Octal | 173 | 42 | 102 | 0 | 110 | 56 | 64 | 522 | 71 | 37 |
| Binary | 1111011 | 100010 | 1000010 | 0 | 1001000 | 101110 | 110100 | 101010010 | 111001 | 11111 |
Color Harmonies of #7B2242
Complementary color
Monochromatic Colors of #7B2242
Black with #7B2242
Text Example
Text Example
White with #7B2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2242; }
p { color: rgb(123,34,66); }
H1.HeaderClassName
{
color: #7B2242;
}
.AnyTagClassName
{
color: #7B2242;
}
</style>
background-color css
<style>
a { background-color: #7B2242; }
a { background-color: rgb(123,34,66); }
div.DivClassName
{
background-color: #7B2242;
}
.BgClassName
{
background-color: #7B2242;
}
</style>
border-color css
<style>
span { border-color: #7B2242; }
span { border-color: rgb(123,34,66); }
td.TdClassName
{
border-color: #7B2242;
}
.TagClassName
{
border-color: #7B2242;
}
</style>