Shades of Flirt #7B2449
Tints of Flirt #7B2449
RGB
CMYK
RGB Variations
Color information
#7B2449 (or 0x7B2449) is known color: Flirt. HEX triplet: 7B, 24 and 49. RGB value is (123,36,73). Sum of RGB (Red+Green+Blue) = 123+36+73=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2449 is #84DBB6. Grayscale: #424242. Windows color (decimal): -8706999 or 4793467. OLE color: 4793467.
HSL color Cylindrical-coordinate representation of color #7B2449: hue angle of 334.48º 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 #7B2449 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 36 | 73 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.52 |
| HSL | 334.48º | 0.55% | 0.31% | - |
| HSV(B) | 334.48º | 0.71% | 0.48% | - |
| XYZ | 10 | 5.95 | 6.93 | - |
| YUV | 66.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 36 | 73 | 0 | 0.71 | 0.41 | 0.52 | 334.48 | 0.55 | 0.31 |
| Hex | 7B | 24 | 49 | 0 | 47 | 29 | 34 | 14E | 37 | 1F |
| Octal | 173 | 44 | 111 | 0 | 107 | 51 | 64 | 516 | 67 | 37 |
| Binary | 1111011 | 100100 | 1001001 | 0 | 1000111 | 101001 | 110100 | 101001110 | 110111 | 11111 |
Color Harmonies of #7B2449
Complementary color
Monochromatic Colors of #7B2449
Black with #7B2449
Text Example
Text Example
White with #7B2449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2449; }
p { color: rgb(123,36,73); }
H1.HeaderClassName
{
color: #7B2449;
}
.AnyTagClassName
{
color: #7B2449;
}
</style>
background-color css
<style>
a { background-color: #7B2449; }
a { background-color: rgb(123,36,73); }
div.DivClassName
{
background-color: #7B2449;
}
.BgClassName
{
background-color: #7B2449;
}
</style>
border-color css
<style>
span { border-color: #7B2449; }
span { border-color: rgb(123,36,73); }
td.TdClassName
{
border-color: #7B2449;
}
.TagClassName
{
border-color: #7B2449;
}
</style>