Shades of Flirt #7E274B
Tints of Flirt #7E274B
RGB
CMYK
RGB Variations
Color information
#7E274B (or 0x7E274B) is known color: Flirt. HEX triplet: 7E, 27 and 4B. RGB value is (126,39,75). Sum of RGB (Red+Green+Blue) = 126+39+75=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E274B is #81D8B4. Grayscale: #454545. Windows color (decimal): -8509621 or 4925310. OLE color: 4925310.
HSL color Cylindrical-coordinate representation of color #7E274B: hue angle of 335.17º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E274B is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 39 | 75 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.51 |
| HSL | 335.17º | 0.53% | 0.32% | - |
| HSV(B) | 335.17º | 0.69% | 0.49% | - |
| XYZ | 10.6 | 6.39 | 7.33 | - |
| YUV | 69.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 75 | 0 | 0.69 | 0.40 | 0.51 | 335.17 | 0.53 | 0.32 |
| Hex | 7E | 27 | 4B | 0 | 45 | 28 | 33 | 14F | 35 | 20 |
| Octal | 176 | 47 | 113 | 0 | 105 | 50 | 63 | 517 | 65 | 40 |
| Binary | 1111110 | 100111 | 1001011 | 0 | 1000101 | 101000 | 110011 | 101001111 | 110101 | 100000 |
Color Harmonies of #7E274B
Complementary color
Monochromatic Colors of #7E274B
Black with #7E274B
Text Example
Text Example
White with #7E274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E274B; }
p { color: rgb(126,39,75); }
H1.HeaderClassName
{
color: #7E274B;
}
.AnyTagClassName
{
color: #7E274B;
}
</style>
background-color css
<style>
a { background-color: #7E274B; }
a { background-color: rgb(126,39,75); }
div.DivClassName
{
background-color: #7E274B;
}
.BgClassName
{
background-color: #7E274B;
}
</style>
border-color css
<style>
span { border-color: #7E274B; }
span { border-color: rgb(126,39,75); }
td.TdClassName
{
border-color: #7E274B;
}
.TagClassName
{
border-color: #7E274B;
}
</style>