Shades of Flirt #7E1B4B
Tints of Flirt #7E1B4B
RGB
CMYK
RGB Variations
Color information
#7E1B4B (or 0x7E1B4B) is known color: Flirt. HEX triplet: 7E, 1B and 4B. RGB value is (126,27,75). Sum of RGB (Red+Green+Blue) = 126+27+75=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1B4B is #81E4B4. Grayscale: #3D3D3D. Windows color (decimal): -8512693 or 4922238. OLE color: 4922238.
HSL color Cylindrical-coordinate representation of color #7E1B4B: hue angle of 330.91º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E1B4B is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 27 | 75 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.51 |
| HSL | 330.91º | 0.65% | 0.3% | - |
| HSV(B) | 330.91º | 0.79% | 0.49% | - |
| XYZ | 10.27 | 5.73 | 7.22 | - |
| YUV | 62.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 27 | 75 | 0 | 0.79 | 0.40 | 0.51 | 330.91 | 0.65 | 0.3 |
| Hex | 7E | 1B | 4B | 0 | 4F | 28 | 33 | 14B | 41 | 1E |
| Octal | 176 | 33 | 113 | 0 | 117 | 50 | 63 | 513 | 101 | 36 |
| Binary | 1111110 | 11011 | 1001011 | 0 | 1001111 | 101000 | 110011 | 101001011 | 1000001 | 11110 |
Color Harmonies of #7E1B4B
Complementary color
Monochromatic Colors of #7E1B4B
Black with #7E1B4B
Text Example
Text Example
White with #7E1B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1B4B; }
p { color: rgb(126,27,75); }
H1.HeaderClassName
{
color: #7E1B4B;
}
.AnyTagClassName
{
color: #7E1B4B;
}
</style>
background-color css
<style>
a { background-color: #7E1B4B; }
a { background-color: rgb(126,27,75); }
div.DivClassName
{
background-color: #7E1B4B;
}
.BgClassName
{
background-color: #7E1B4B;
}
</style>
border-color css
<style>
span { border-color: #7E1B4B; }
span { border-color: rgb(126,27,75); }
td.TdClassName
{
border-color: #7E1B4B;
}
.TagClassName
{
border-color: #7E1B4B;
}
</style>