Shades of Flirt #7B1D4B
Tints of Flirt #7B1D4B
RGB
CMYK
RGB Variations
Color information
#7B1D4B (or 0x7B1D4B) is known color: Flirt. HEX triplet: 7B, 1D and 4B. RGB value is (123,29,75). Sum of RGB (Red+Green+Blue) = 123+29+75=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1D4B is #84E2B4. Grayscale: #3E3E3E. Windows color (decimal): -8708789 or 4922747. OLE color: 4922747.
HSL color Cylindrical-coordinate representation of color #7B1D4B: hue angle of 330.64º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B1D4B is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 29 | 75 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.52 |
| HSL | 330.64º | 0.62% | 0.3% | - |
| HSV(B) | 330.64º | 0.76% | 0.48% | - |
| XYZ | 9.88 | 5.6 | 7.22 | - |
| YUV | 62.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 29 | 75 | 0 | 0.76 | 0.39 | 0.52 | 330.64 | 0.62 | 0.3 |
| Hex | 7B | 1D | 4B | 0 | 4C | 27 | 34 | 14B | 3E | 1E |
| Octal | 173 | 35 | 113 | 0 | 114 | 47 | 64 | 513 | 76 | 36 |
| Binary | 1111011 | 11101 | 1001011 | 0 | 1001100 | 100111 | 110100 | 101001011 | 111110 | 11110 |
Color Harmonies of #7B1D4B
Complementary color
Monochromatic Colors of #7B1D4B
Black with #7B1D4B
Text Example
Text Example
White with #7B1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1D4B; }
p { color: rgb(123,29,75); }
H1.HeaderClassName
{
color: #7B1D4B;
}
.AnyTagClassName
{
color: #7B1D4B;
}
</style>
background-color css
<style>
a { background-color: #7B1D4B; }
a { background-color: rgb(123,29,75); }
div.DivClassName
{
background-color: #7B1D4B;
}
.BgClassName
{
background-color: #7B1D4B;
}
</style>
border-color css
<style>
span { border-color: #7B1D4B; }
span { border-color: rgb(123,29,75); }
td.TdClassName
{
border-color: #7B1D4B;
}
.TagClassName
{
border-color: #7B1D4B;
}
</style>