Shades of Flirt #7E304B
Tints of Flirt #7E304B
RGB
CMYK
RGB Variations
Color information
#7E304B (or 0x7E304B) is known color: Flirt. HEX triplet: 7E, 30 and 4B. RGB value is (126,48,75). Sum of RGB (Red+Green+Blue) = 126+48+75=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E304B is #81CFB4. Grayscale: #4A4A4A. Windows color (decimal): -8507317 or 4927614. OLE color: 4927614.
HSL color Cylindrical-coordinate representation of color #7E304B: hue angle of 339.23º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E304B is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 48 | 75 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.51 |
| HSL | 339.23º | 0.45% | 0.34% | - |
| HSV(B) | 339.23º | 0.62% | 0.49% | - |
| XYZ | 10.93 | 7.06 | 7.44 | - |
| YUV | 74.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 48 | 75 | 0 | 0.62 | 0.40 | 0.51 | 339.23 | 0.45 | 0.34 |
| Hex | 7E | 30 | 4B | 0 | 3E | 28 | 33 | 153 | 2D | 22 |
| Octal | 176 | 60 | 113 | 0 | 76 | 50 | 63 | 523 | 55 | 42 |
| Binary | 1111110 | 110000 | 1001011 | 0 | 111110 | 101000 | 110011 | 101010011 | 101101 | 100010 |
Color Harmonies of #7E304B
Complementary color
Monochromatic Colors of #7E304B
Black with #7E304B
Text Example
Text Example
White with #7E304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E304B; }
p { color: rgb(126,48,75); }
H1.HeaderClassName
{
color: #7E304B;
}
.AnyTagClassName
{
color: #7E304B;
}
</style>
background-color css
<style>
a { background-color: #7E304B; }
a { background-color: rgb(126,48,75); }
div.DivClassName
{
background-color: #7E304B;
}
.BgClassName
{
background-color: #7E304B;
}
</style>
border-color css
<style>
span { border-color: #7E304B; }
span { border-color: rgb(126,48,75); }
td.TdClassName
{
border-color: #7E304B;
}
.TagClassName
{
border-color: #7E304B;
}
</style>