#7C254D

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

Shades of Flirt #7C254D

Tints of Flirt #7C254D

Color information

#7C254D (or 0x7C254D) is unknown color: approx Flirt. HEX triplet: 7C, 25 and 4D. RGB value is (124,37,77). Sum of RGB (Red+Green+Blue) = 124+37+77=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C254D is #83DAB2. Grayscale: #434343. Windows color (decimal): -8641203 or 5055868. OLE color: 5055868.

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

Color convert

RGB1243777-
CMYK00.700.380.51
HSL332.41º54.04%31.57%-
HSV(B)332.41º70.16%48.63%-
XYZ10.316.147.66-
YUV67.57133.32168.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.10%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=52.10%
G=15.55%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124377700.700.380.51332.4154.0431.57
Hex7C254D046263314c3620
Octal17445115010646635146640
Binary1111100100101100110101000110100110110011101001100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,37,77); }

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

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

 a { background-color: rgb(124,37,77); }

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

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

 span { border-color: rgb(124,37,77); }

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