#7C2948

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

Shades of Flirt #7C2948

Tints of Flirt #7C2948

Color information

#7C2948 (or 0x7C2948) is unknown color: approx Flirt. HEX triplet: 7C, 29 and 48. RGB value is (124,41,72). Sum of RGB (Red+Green+Blue) = 124+41+72=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2948 is #83D6B7. Grayscale: #454545. Windows color (decimal): -8640184 or 4729212. OLE color: 4729212.

HSL color Cylindrical-coordinate representation of color #7C2948: hue angle of 337.59º 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 #7C2948 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB1244172-
CMYK00.670.420.51
HSL337.59º50.3%32.35%-
HSV(B)337.59º66.94%48.63%-
XYZ10.276.346.81-
YUV69.35129.5166.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.32%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=52.32%
G=17.30%
B=30.38%

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
Decimal124417200.670.420.51337.5950.332.35
Hex7C29480432A331523220
Octal17451110010352635226240
Binary1111100101001100100001000011101010110011101010010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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