#7E1C41

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

Shades of Flirt #7E1C41

Tints of Flirt #7E1C41

Color information

#7E1C41 (or 0x7E1C41) is unknown color: approx Flirt. HEX triplet: 7E, 1C and 41. RGB value is (126,28,65). Sum of RGB (Red+Green+Blue) = 126+28+65=219 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.53% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1C41 is #81E3BE. Grayscale: #3D3D3D. Windows color (decimal): -8512447 or 4267134. OLE color: 4267134.

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

Color convert

RGB1262865-
CMYK00.780.480.51
HSL337.35º63.64%30.2%-
HSV(B)337.35º77.78%49.41%-
XYZ9.975.655.57-
YUV61.52129.97173.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 57.53%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=57.53%
G=12.79%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126286500.780.480.51337.3563.6430.2
Hex7E1C4104E3033151401e
Octal176341010116606352110036
Binary111111011100100000101001110110000110011101010001100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,28,65); }

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

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

 a { background-color: rgb(126,28,65); }

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

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

 span { border-color: rgb(126,28,65); }

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