Shades of Flirt #7F244E
Tints of Flirt #7F244E
RGB
CMYK
RGB Variations
Color information
#7F244E (or 0x7F244E) is known color: Flirt. HEX triplet: 7F, 24 and 4E. RGB value is (127,36,78). Sum of RGB (Red+Green+Blue) = 127+36+78=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F244E is #80DBB1. Grayscale: #434343. Windows color (decimal): -8444850 or 5121151. OLE color: 5121151.
HSL color Cylindrical-coordinate representation of color #7F244E: hue angle of 332.31º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F244E is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 36 | 78 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.50 |
| HSL | 332.31º | 0.56% | 0.32% | - |
| HSV(B) | 332.31º | 0.72% | 0.5% | - |
| XYZ | 10.76 | 6.32 | 7.86 | - |
| YUV | 68 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 78 | 0 | 0.72 | 0.39 | 0.50 | 332.31 | 0.56 | 0.32 |
| Hex | 7F | 24 | 4E | 0 | 48 | 27 | 32 | 14C | 38 | 20 |
| Octal | 177 | 44 | 116 | 0 | 110 | 47 | 62 | 514 | 70 | 40 |
| Binary | 1111111 | 100100 | 1001110 | 0 | 1001000 | 100111 | 110010 | 101001100 | 111000 | 100000 |
Color Harmonies of #7F244E
Complementary color
Monochromatic Colors of #7F244E
Black with #7F244E
Text Example
Text Example
White with #7F244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F244E; }
p { color: rgb(127,36,78); }
H1.HeaderClassName
{
color: #7F244E;
}
.AnyTagClassName
{
color: #7F244E;
}
</style>
background-color css
<style>
a { background-color: #7F244E; }
a { background-color: rgb(127,36,78); }
div.DivClassName
{
background-color: #7F244E;
}
.BgClassName
{
background-color: #7F244E;
}
</style>
border-color css
<style>
span { border-color: #7F244E; }
span { border-color: rgb(127,36,78); }
td.TdClassName
{
border-color: #7F244E;
}
.TagClassName
{
border-color: #7F244E;
}
</style>