#7C1F42

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

Shades of Flirt #7C1F42

Tints of Flirt #7C1F42

Color information

#7C1F42 (or 0x7C1F42) is unknown color: approx Flirt. HEX triplet: 7C, 1F and 42. RGB value is (124,31,66). Sum of RGB (Red+Green+Blue) = 124+31+66=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1F42 is #83E0BD. Grayscale: #3E3E3E. Windows color (decimal): -8642750 or 4333436. OLE color: 4333436.

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

Color convert

RGB1243166-
CMYK00.750.470.51
HSL337.42º60%30.39%-
HSV(B)337.42º75%48.63%-
XYZ9.795.665.73-
YUV62.8129.81171.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.11%
GREEN value IS 31 (12.5% from 255) = 14.03%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=56.11%
G=14.03%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124316600.750.470.51337.426030.39
Hex7C1F4204B2F331513c1e
Octal17437102011357635217436
Binary11111001111110000100100101110111111001110101000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,31,66); }

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

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

 a { background-color: rgb(124,31,66); }

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

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

 span { border-color: rgb(124,31,66); }

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