Shades of Flirt #7F254A
Tints of Flirt #7F254A
RGB
CMYK
RGB Variations
Color information
#7F254A (or 0x7F254A) is known color: Flirt. HEX triplet: 7F, 25 and 4A. RGB value is (127,37,74). Sum of RGB (Red+Green+Blue) = 127+37+74=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F254A is #80DAB5. Grayscale: #444444. Windows color (decimal): -8444598 or 4859263. OLE color: 4859263.
HSL color Cylindrical-coordinate representation of color #7F254A: hue angle of 335.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F254A is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 74 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.50 |
| HSL | 335.33º | 0.55% | 0.32% | - |
| HSV(B) | 335.33º | 0.71% | 0.5% | - |
| XYZ | 10.65 | 6.33 | 7.14 | - |
| YUV | 68.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 74 | 0 | 0.71 | 0.42 | 0.50 | 335.33 | 0.55 | 0.32 |
| Hex | 7F | 25 | 4A | 0 | 47 | 2A | 32 | 14F | 37 | 20 |
| Octal | 177 | 45 | 112 | 0 | 107 | 52 | 62 | 517 | 67 | 40 |
| Binary | 1111111 | 100101 | 1001010 | 0 | 1000111 | 101010 | 110010 | 101001111 | 110111 | 100000 |
Color Harmonies of #7F254A
Complementary color
Monochromatic Colors of #7F254A
Black with #7F254A
Text Example
Text Example
White with #7F254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F254A; }
p { color: rgb(127,37,74); }
H1.HeaderClassName
{
color: #7F254A;
}
.AnyTagClassName
{
color: #7F254A;
}
</style>
background-color css
<style>
a { background-color: #7F254A; }
a { background-color: rgb(127,37,74); }
div.DivClassName
{
background-color: #7F254A;
}
.BgClassName
{
background-color: #7F254A;
}
</style>
border-color css
<style>
span { border-color: #7F254A; }
span { border-color: rgb(127,37,74); }
td.TdClassName
{
border-color: #7F254A;
}
.TagClassName
{
border-color: #7F254A;
}
</style>