Shades of Flirt #7F203F
Tints of Flirt #7F203F
RGB
CMYK
RGB Variations
Color information
#7F203F (or 0x7F203F) is known color: Flirt. HEX triplet: 7F, 20 and 3F. RGB value is (127,32,63). Sum of RGB (Red+Green+Blue) = 127+32+63=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F203F is #80DFC0. Grayscale: #3F3F3F. Windows color (decimal): -8445889 or 4137087. OLE color: 4137087.
HSL color Cylindrical-coordinate representation of color #7F203F: hue angle of 340.42º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F203F is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 63 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.50 |
| HSL | 340.42º | 0.6% | 0.31% | - |
| HSV(B) | 340.42º | 0.75% | 0.5% | - |
| XYZ | 10.17 | 5.9 | 5.31 | - |
| YUV | 63.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 63 | 0 | 0.75 | 0.50 | 0.50 | 340.42 | 0.6 | 0.31 |
| Hex | 7F | 20 | 3F | 0 | 4B | 32 | 32 | 154 | 3C | 1F |
| Octal | 177 | 40 | 77 | 0 | 113 | 62 | 62 | 524 | 74 | 37 |
| Binary | 1111111 | 100000 | 111111 | 0 | 1001011 | 110010 | 110010 | 101010100 | 111100 | 11111 |
Color Harmonies of #7F203F
Complementary color
Monochromatic Colors of #7F203F
Black with #7F203F
Text Example
Text Example
White with #7F203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F203F; }
p { color: rgb(127,32,63); }
H1.HeaderClassName
{
color: #7F203F;
}
.AnyTagClassName
{
color: #7F203F;
}
</style>
background-color css
<style>
a { background-color: #7F203F; }
a { background-color: rgb(127,32,63); }
div.DivClassName
{
background-color: #7F203F;
}
.BgClassName
{
background-color: #7F203F;
}
</style>
border-color css
<style>
span { border-color: #7F203F; }
span { border-color: rgb(127,32,63); }
td.TdClassName
{
border-color: #7F203F;
}
.TagClassName
{
border-color: #7F203F;
}
</style>