#7C2048

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

Shades of Flirt #7C2048

Tints of Flirt #7C2048

Color information

#7C2048 (or 0x7C2048) is unknown color: approx Flirt. HEX triplet: 7C, 20 and 48. RGB value is (124,32,72). Sum of RGB (Red+Green+Blue) = 124+32+72=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2048 is #83DFB7. Grayscale: #404040. Windows color (decimal): -8642488 or 4726908. OLE color: 4726908.

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

Color convert

RGB1243272-
CMYK00.740.420.51
HSL333.91º58.97%30.59%-
HSV(B)333.91º74.19%48.63%-
XYZ105.796.72-
YUV64.07132.48170.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.39%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=54.39%
G=14.04%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124327200.740.420.51333.9158.9730.59
Hex7C204804A2A3314e3b1f
Octal17440110011252635167337
Binary111110010000010010000100101010101011001110100111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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