#7C284F

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

Shades of Flirt #7C284F

Tints of Flirt #7C284F

Color information

#7C284F (or 0x7C284F) is unknown color: approx Flirt. HEX triplet: 7C, 28 and 4F. RGB value is (124,40,79). Sum of RGB (Red+Green+Blue) = 124+40+79=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C284F is #83D7B0. Grayscale: #454545. Windows color (decimal): -8640433 or 5187708. OLE color: 5187708.

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

Color convert

RGB1244079-
CMYK00.680.360.51
HSL332.14º51.22%32.16%-
HSV(B)332.14º67.74%48.63%-
XYZ10.486.378.07-
YUV69.56133.33166.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.03%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=51.03%
G=16.46%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124407900.680.360.51332.1451.2232.16
Hex7C284F044243314c3320
Octal17450117010444635146340
Binary1111100101000100111101000100100100110011101001100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,40,79); }

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

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

 a { background-color: rgb(124,40,79); }

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

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

 span { border-color: rgb(124,40,79); }

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