Shades of Flirt #7B2B4B
Tints of Flirt #7B2B4B
RGB
CMYK
RGB Variations
Color information
#7B2B4B (or 0x7B2B4B) is known color: Flirt. HEX triplet: 7B, 2B and 4B. RGB value is (123,43,75). Sum of RGB (Red+Green+Blue) = 123+43+75=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2B4B is #84D4B4. Grayscale: #464646. Windows color (decimal): -8705205 or 4926331. OLE color: 4926331.
HSL color Cylindrical-coordinate representation of color #7B2B4B: hue angle of 336º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2B4B is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 43 | 75 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.52 |
| HSL | 336º | 0.48% | 0.33% | - |
| HSV(B) | 336º | 0.65% | 0.48% | - |
| XYZ | 10.3 | 6.45 | 7.36 | - |
| YUV | 70.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 75 | 0 | 0.65 | 0.39 | 0.52 | 336 | 0.48 | 0.33 |
| Hex | 7B | 2B | 4B | 0 | 41 | 27 | 34 | 150 | 30 | 21 |
| Octal | 173 | 53 | 113 | 0 | 101 | 47 | 64 | 520 | 60 | 41 |
| Binary | 1111011 | 101011 | 1001011 | 0 | 1000001 | 100111 | 110100 | 101010000 | 110000 | 100001 |
Color Harmonies of #7B2B4B
Complementary color
Monochromatic Colors of #7B2B4B
Black with #7B2B4B
Text Example
Text Example
White with #7B2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2B4B; }
p { color: rgb(123,43,75); }
H1.HeaderClassName
{
color: #7B2B4B;
}
.AnyTagClassName
{
color: #7B2B4B;
}
</style>
background-color css
<style>
a { background-color: #7B2B4B; }
a { background-color: rgb(123,43,75); }
div.DivClassName
{
background-color: #7B2B4B;
}
.BgClassName
{
background-color: #7B2B4B;
}
</style>
border-color css
<style>
span { border-color: #7B2B4B; }
span { border-color: rgb(123,43,75); }
td.TdClassName
{
border-color: #7B2B4B;
}
.TagClassName
{
border-color: #7B2B4B;
}
</style>