#7D2949

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

Shades of Flirt #7D2949

Tints of Flirt #7D2949

Color information

#7D2949 (or 0x7D2949) is unknown color: approx Flirt. HEX triplet: 7D, 29 and 49. RGB value is (125,41,73). Sum of RGB (Red+Green+Blue) = 125+41+73=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2949 is #82D6B6. Grayscale: #454545. Windows color (decimal): -8574647 or 4794749. OLE color: 4794749.

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

Color convert

RGB1254173-
CMYK00.670.420.51
HSL337.14º50.6%32.55%-
HSV(B)337.14º67.2%49.02%-
XYZ10.456.436.99-
YUV69.76129.83167.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.30%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=52.30%
G=17.15%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125417300.670.420.51337.1450.632.55
Hex7D29490432A331513321
Octal17551111010352635216341
Binary1111101101001100100101000011101010110011101010001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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