#7C2949

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

Shades of Flirt #7C2949

Tints of Flirt #7C2949

Color information

#7C2949 (or 0x7C2949) is unknown color: approx Flirt. HEX triplet: 7C, 29 and 49. RGB value is (124,41,73). Sum of RGB (Red+Green+Blue) = 124+41+73=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2949 is #83D6B6. Grayscale: #454545. Windows color (decimal): -8640183 or 4794748. OLE color: 4794748.

HSL color Cylindrical-coordinate representation of color #7C2949: hue angle of 336.87º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C2949 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB1244173-
CMYK00.670.410.51
HSL336.87º50.3%32.35%-
HSV(B)336.87º66.94%48.63%-
XYZ10.316.356.99-
YUV69.46130166.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.10%
GREEN value IS 41 (16.41% from 255) = 17.23%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=52.10%
G=17.23%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124417300.670.410.51336.8750.332.35
Hex7C294904329331513220
Octal17451111010351635216240
Binary1111100101001100100101000011101001110011101010001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,41,73); }

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

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

 a { background-color: rgb(124,41,73); }

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

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

 span { border-color: rgb(124,41,73); }

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