#7c1f48

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

Shades of Flirt #7C1F48

Tints of Flirt #7C1F48

Color information

#7C1F48 (or 0x7C1F48) is unknown color: approx Flirt. HEX triplet: 7C, 1F and 48. RGB value is (124,31,72). Sum of RGB (Red+Green+Blue) = 124+31+72=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1F48 is #83E0B7. Grayscale: #3F3F3F. Windows color (decimal): -8642744 or 4726652. OLE color: 4726652.

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

Color convert

RGB1243172-
CMYK00.750.420.51
HSL333.55º60%30.39%-
HSV(B)333.55º75%48.63%-
XYZ9.975.736.71-
YUV63.48132.81171.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.63%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=54.63%
G=13.66%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124317200.750.420.51333.556030.39
Hex7C1F4804B2A3314e3c1e
Octal17437110011352635167436
Binary11111001111110010000100101110101011001110100111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c1f48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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