Shades of Flirt #7F304B
Tints of Flirt #7F304B
RGB
CMYK
RGB Variations
Color information
#7F304B (or 0x7F304B) is known color: Flirt. HEX triplet: 7F, 30 and 4B. RGB value is (127,48,75). Sum of RGB (Red+Green+Blue) = 127+48+75=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F304B is #80CFB4. Grayscale: #4A4A4A. Windows color (decimal): -8441781 or 4927615. OLE color: 4927615.
HSL color Cylindrical-coordinate representation of color #7F304B: hue angle of 339.49º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F304B is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 75 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.50 |
| HSL | 339.49º | 0.45% | 0.34% | - |
| HSV(B) | 339.49º | 0.62% | 0.5% | - |
| XYZ | 11.08 | 7.13 | 7.45 | - |
| YUV | 74.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 75 | 0 | 0.62 | 0.41 | 0.50 | 339.49 | 0.45 | 0.34 |
| Hex | 7F | 30 | 4B | 0 | 3E | 29 | 32 | 153 | 2D | 22 |
| Octal | 177 | 60 | 113 | 0 | 76 | 51 | 62 | 523 | 55 | 42 |
| Binary | 1111111 | 110000 | 1001011 | 0 | 111110 | 101001 | 110010 | 101010011 | 101101 | 100010 |
Color Harmonies of #7F304B
Complementary color
Monochromatic Colors of #7F304B
Black with #7F304B
Text Example
Text Example
White with #7F304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F304B; }
p { color: rgb(127,48,75); }
H1.HeaderClassName
{
color: #7F304B;
}
.AnyTagClassName
{
color: #7F304B;
}
</style>
background-color css
<style>
a { background-color: #7F304B; }
a { background-color: rgb(127,48,75); }
div.DivClassName
{
background-color: #7F304B;
}
.BgClassName
{
background-color: #7F304B;
}
</style>
border-color css
<style>
span { border-color: #7F304B; }
span { border-color: rgb(127,48,75); }
td.TdClassName
{
border-color: #7F304B;
}
.TagClassName
{
border-color: #7F304B;
}
</style>