#7C1B55

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

Shades of Flirt #7C1B55

Tints of Flirt #7C1B55

Color information

#7C1B55 (or 0x7C1B55) is unknown color: approx Flirt. HEX triplet: 7C, 1B and 55. RGB value is (124,27,85). Sum of RGB (Red+Green+Blue) = 124+27+85=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1B55 is #83E4AA. Grayscale: #3E3E3E. Windows color (decimal): -8643755 or 5577596. OLE color: 5577596.

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

Color convert

RGB1242785-
CMYK00.780.310.51
HSL324.12º64.24%29.61%-
HSV(B)324.12º78.23%48.63%-
XYZ10.345.729.15-
YUV62.61140.64171.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.54%
GREEN value IS 27 (10.94% from 255) = 11.44%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=52.54%
G=11.44%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124278500.780.310.51324.1264.2429.61
Hex7C1B5504E1F33144401e
Octal174331250116376350410036
Binary11111001101110101010100111011111110011101000100100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,27,85); }

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

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

 a { background-color: rgb(124,27,85); }

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

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

 span { border-color: rgb(124,27,85); }

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