#7F1D49

Color #7F1D49 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #7F1D49

Tints of Flirt #7F1D49

Color information

#7F1D49 (or 0x7F1D49) is unknown color: approx Flirt. HEX triplet: 7F, 1D and 49. RGB value is (127,29,73). Sum of RGB (Red+Green+Blue) = 127+29+73=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1D49 is #80E2B6. Grayscale: #3F3F3F. Windows color (decimal): -8446647 or 4791679. OLE color: 4791679.

HSL color Cylindrical-coordinate representation of color #7F1D49: hue angle of 333.06º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F1D49 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1272973-
CMYK00.770.430.50
HSL333.06º62.82%30.59%-
HSV(B)333.06º77.17%49.8%-
XYZ10.395.876.89-
YUV63.32133.47173.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 55.46%
GREEN value IS 29 (11.72% from 255) = 12.66%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=55.46%
G=12.66%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127297300.770.430.50333.0662.8230.59
Hex7F1D4904D2B3214d3f1f
Octal17735111011553625157737
Binary11111111110110010010100110110101111001010100110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F1D49; }

 p { color: rgb(127,29,73); }

 H1.HeaderClassName
 {
   color: #7F1D49;
 }
 .AnyTagClassName
 {
   color: #7F1D49;
 }
</style>
background-color css

<style>
 a { background-color: #7F1D49; }

 a { background-color: rgb(127,29,73); }

 div.DivClassName
 {
   background-color: #7F1D49;
 }
 .BgClassName
 {
   background-color: #7F1D49;
 }
</style>
border-color css

<style>
 span { border-color: #7F1D49; }

 span { border-color: rgb(127,29,73); }

 td.TdClassName
 {
   border-color: #7F1D49;
 }
 .TagClassName
 {
   border-color: #7F1D49;
 }
</style>