#7C2F52

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

Shades of Flirt #7C2F52

Tints of Flirt #7C2F52

Color information

#7C2F52 (or 0x7C2F52) is unknown color: approx Flirt. HEX triplet: 7C, 2F and 52. RGB value is (124,47,82). Sum of RGB (Red+Green+Blue) = 124+47+82=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2F52 is #83D0AD. Grayscale: #494949. Windows color (decimal): -8638638 or 5386108. OLE color: 5386108.

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

Color convert

RGB1244782-
CMYK00.620.340.51
HSL332.73º45.03%33.53%-
HSV(B)332.73º62.1%48.63%-
XYZ10.856.938.75-
YUV74.01132.51163.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 47 (18.75% from 255) = 18.58%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=49.01%
G=18.58%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124478200.620.340.51332.7345.0333.53
Hex7C2F5203E223314d2d22
Octal1745712207642635155542
Binary111110010111110100100111110100010110011101001101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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