Shades of Flirt #7B2C4B
Tints of Flirt #7B2C4B
RGB
CMYK
RGB Variations
Color information
#7B2C4B (or 0x7B2C4B) is known color: Flirt. HEX triplet: 7B, 2C and 4B. RGB value is (123,44,75). Sum of RGB (Red+Green+Blue) = 123+44+75=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2C4B is #84D3B4. Grayscale: #474747. Windows color (decimal): -8704949 or 4926587. OLE color: 4926587.
HSL color Cylindrical-coordinate representation of color #7B2C4B: hue angle of 336.46º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B2C4B is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 44 | 75 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.52 |
| HSL | 336.46º | 0.47% | 0.33% | - |
| HSV(B) | 336.46º | 0.64% | 0.48% | - |
| XYZ | 10.34 | 6.52 | 7.37 | - |
| YUV | 71.16 | 130.17 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 44 | 75 | 0 | 0.64 | 0.39 | 0.52 | 336.46 | 0.47 | 0.33 |
| Hex | 7B | 2C | 4B | 0 | 40 | 27 | 34 | 150 | 2F | 21 |
| Octal | 173 | 54 | 113 | 0 | 100 | 47 | 64 | 520 | 57 | 41 |
| Binary | 1111011 | 101100 | 1001011 | 0 | 1000000 | 100111 | 110100 | 101010000 | 101111 | 100001 |
Color Harmonies of #7B2C4B
Complementary color
Monochromatic Colors of #7B2C4B
Black with #7B2C4B
Text Example
Text Example
White with #7B2C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2C4B; }
p { color: rgb(123,44,75); }
H1.HeaderClassName
{
color: #7B2C4B;
}
.AnyTagClassName
{
color: #7B2C4B;
}
</style>
background-color css
<style>
a { background-color: #7B2C4B; }
a { background-color: rgb(123,44,75); }
div.DivClassName
{
background-color: #7B2C4B;
}
.BgClassName
{
background-color: #7B2C4B;
}
</style>
border-color css
<style>
span { border-color: #7B2C4B; }
span { border-color: rgb(123,44,75); }
td.TdClassName
{
border-color: #7B2C4B;
}
.TagClassName
{
border-color: #7B2C4B;
}
</style>