Shades of Flirt #7E284B
Tints of Flirt #7E284B
RGB
CMYK
RGB Variations
Color information
#7E284B (or 0x7E284B) is known color: Flirt. HEX triplet: 7E, 28 and 4B. RGB value is (126,40,75). Sum of RGB (Red+Green+Blue) = 126+40+75=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E284B is #81D7B4. Grayscale: #454545. Windows color (decimal): -8509365 or 4925566. OLE color: 4925566.
HSL color Cylindrical-coordinate representation of color #7E284B: hue angle of 335.58º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E284B is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 40 | 75 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.51 |
| HSL | 335.58º | 0.52% | 0.33% | - |
| HSV(B) | 335.58º | 0.68% | 0.49% | - |
| XYZ | 10.63 | 6.46 | 7.34 | - |
| YUV | 69.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 75 | 0 | 0.68 | 0.40 | 0.51 | 335.58 | 0.52 | 0.33 |
| Hex | 7E | 28 | 4B | 0 | 44 | 28 | 33 | 150 | 34 | 21 |
| Octal | 176 | 50 | 113 | 0 | 104 | 50 | 63 | 520 | 64 | 41 |
| Binary | 1111110 | 101000 | 1001011 | 0 | 1000100 | 101000 | 110011 | 101010000 | 110100 | 100001 |
Color Harmonies of #7E284B
Complementary color
Monochromatic Colors of #7E284B
Black with #7E284B
Text Example
Text Example
White with #7E284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E284B; }
p { color: rgb(126,40,75); }
H1.HeaderClassName
{
color: #7E284B;
}
.AnyTagClassName
{
color: #7E284B;
}
</style>
background-color css
<style>
a { background-color: #7E284B; }
a { background-color: rgb(126,40,75); }
div.DivClassName
{
background-color: #7E284B;
}
.BgClassName
{
background-color: #7E284B;
}
</style>
border-color css
<style>
span { border-color: #7E284B; }
span { border-color: rgb(126,40,75); }
td.TdClassName
{
border-color: #7E284B;
}
.TagClassName
{
border-color: #7E284B;
}
</style>