#7C1F52

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

Shades of Flirt #7C1F52

Tints of Flirt #7C1F52

Color information

#7C1F52 (or 0x7C1F52) is unknown color: approx Flirt. HEX triplet: 7C, 1F and 52. RGB value is (124,31,82). Sum of RGB (Red+Green+Blue) = 124+31+82=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1F52 is #83E0AD. Grayscale: #404040. Windows color (decimal): -8642734 or 5382012. OLE color: 5382012.

HSL color Cylindrical-coordinate representation of color #7C1F52: hue angle of 327.1º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C1F52 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB1243182-
CMYK00.750.340.51
HSL327.1º60%30.39%-
HSV(B)327.1º75%48.63%-
XYZ10.335.878.57-
YUV64.62137.81170.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.32%
GREEN value IS 31 (12.5% from 255) = 13.08%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=52.32%
G=13.08%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124318200.750.340.51327.16030.39
Hex7C1F5204B22331473c1e
Octal17437122011342635077436
Binary11111001111110100100100101110001011001110100011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,31,82); }

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

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

 a { background-color: rgb(124,31,82); }

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

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

 span { border-color: rgb(124,31,82); }

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