Shades of Flirt #7B2F4B
Tints of Flirt #7B2F4B
RGB
CMYK
RGB Variations
Color information
#7B2F4B (or 0x7B2F4B) is known color: Flirt. HEX triplet: 7B, 2F and 4B. RGB value is (123,47,75). Sum of RGB (Red+Green+Blue) = 123+47+75=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2F4B is #84D0B4. Grayscale: #484848. Windows color (decimal): -8704181 or 4927355. OLE color: 4927355.
HSL color Cylindrical-coordinate representation of color #7B2F4B: hue angle of 337.89º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B2F4B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 75 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.52 |
| HSL | 337.89º | 0.45% | 0.33% | - |
| HSV(B) | 337.89º | 0.62% | 0.48% | - |
| XYZ | 10.45 | 6.75 | 7.41 | - |
| YUV | 72.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 75 | 0 | 0.62 | 0.39 | 0.52 | 337.89 | 0.45 | 0.33 |
| Hex | 7B | 2F | 4B | 0 | 3E | 27 | 34 | 152 | 2D | 21 |
| Octal | 173 | 57 | 113 | 0 | 76 | 47 | 64 | 522 | 55 | 41 |
| Binary | 1111011 | 101111 | 1001011 | 0 | 111110 | 100111 | 110100 | 101010010 | 101101 | 100001 |
Color Harmonies of #7B2F4B
Complementary color
Monochromatic Colors of #7B2F4B
Black with #7B2F4B
Text Example
Text Example
White with #7B2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F4B; }
p { color: rgb(123,47,75); }
H1.HeaderClassName
{
color: #7B2F4B;
}
.AnyTagClassName
{
color: #7B2F4B;
}
</style>
background-color css
<style>
a { background-color: #7B2F4B; }
a { background-color: rgb(123,47,75); }
div.DivClassName
{
background-color: #7B2F4B;
}
.BgClassName
{
background-color: #7B2F4B;
}
</style>
border-color css
<style>
span { border-color: #7B2F4B; }
span { border-color: rgb(123,47,75); }
td.TdClassName
{
border-color: #7B2F4B;
}
.TagClassName
{
border-color: #7B2F4B;
}
</style>