#7C2F4B

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

Shades of Flirt #7C2F4B

Tints of Flirt #7C2F4B

Color information

#7C2F4B (or 0x7C2F4B) is unknown color: approx Flirt. HEX triplet: 7C, 2F and 4B. RGB value is (124,47,75). Sum of RGB (Red+Green+Blue) = 124+47+75=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2F4B is #83D0B4. Grayscale: #494949. Windows color (decimal): -8638645 or 4927356. OLE color: 4927356.

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

Color convert

RGB1244775-
CMYK00.620.400.51
HSL338.18º45.03%33.53%-
HSV(B)338.18º62.1%48.63%-
XYZ10.66.837.42-
YUV73.21129.01164.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.41%
GREEN value IS 47 (18.75% from 255) = 19.11%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=50.41%
G=19.11%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124477500.620.400.51338.1845.0333.53
Hex7C2F4B03E28331522d22
Octal1745711307650635225542
Binary111110010111110010110111110101000110011101010010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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