Shades of Flirt #7B2446
Tints of Flirt #7B2446
RGB
CMYK
RGB Variations
Color information
#7B2446 (or 0x7B2446) is known color: Flirt. HEX triplet: 7B, 24 and 46. RGB value is (123,36,70). Sum of RGB (Red+Green+Blue) = 123+36+70=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2446 is #84DBB9. Grayscale: #414141. Windows color (decimal): -8707002 or 4596859. OLE color: 4596859.
HSL color Cylindrical-coordinate representation of color #7B2446: hue angle of 336.55º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B2446 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 36 | 70 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.52 |
| HSL | 336.55º | 0.55% | 0.31% | - |
| HSV(B) | 336.55º | 0.71% | 0.48% | - |
| XYZ | 9.9 | 5.91 | 6.41 | - |
| YUV | 65.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 70 | 0 | 0.71 | 0.43 | 0.52 | 336.55 | 0.55 | 0.31 |
| Hex | 7B | 24 | 46 | 0 | 47 | 2B | 34 | 151 | 37 | 1F |
| Octal | 173 | 44 | 106 | 0 | 107 | 53 | 64 | 521 | 67 | 37 |
| Binary | 1111011 | 100100 | 1000110 | 0 | 1000111 | 101011 | 110100 | 101010001 | 110111 | 11111 |
Color Harmonies of #7B2446
Complementary color
Monochromatic Colors of #7B2446
Black with #7B2446
Text Example
Text Example
White with #7B2446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2446; }
p { color: rgb(123,36,70); }
H1.HeaderClassName
{
color: #7B2446;
}
.AnyTagClassName
{
color: #7B2446;
}
</style>
background-color css
<style>
a { background-color: #7B2446; }
a { background-color: rgb(123,36,70); }
div.DivClassName
{
background-color: #7B2446;
}
.BgClassName
{
background-color: #7B2446;
}
</style>
border-color css
<style>
span { border-color: #7B2446; }
span { border-color: rgb(123,36,70); }
td.TdClassName
{
border-color: #7B2446;
}
.TagClassName
{
border-color: #7B2446;
}
</style>