#7E235A

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

Shades of Flirt #7E235A

Tints of Flirt #7E235A

Color information

#7E235A (or 0x7E235A) is unknown color: approx Flirt. HEX triplet: 7E, 23 and 5A. RGB value is (126,35,90). Sum of RGB (Red+Green+Blue) = 126+35+90=251 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.20% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 126 - color contains mainly: red. Hex color #7E235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E235A is #81DCA5. Grayscale: #444444. Windows color (decimal): -8510630 or 5907326. OLE color: 5907326.

HSL color Cylindrical-coordinate representation of color #7E235A: hue angle of 323.74º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E235A is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB1263590-
CMYK00.720.290.51
HSL323.74º56.52%31.57%-
HSV(B)323.74º72.22%49.41%-
XYZ11.056.3810.32-
YUV68.48140.15169.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.20%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=50.20%
G=13.94%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126359000.720.290.51323.7456.5231.57
Hex7E235A0481D331443920
Octal17643132011035635047140
Binary111111010001110110100100100011101110011101000100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,35,90); }

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

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

 a { background-color: rgb(126,35,90); }

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

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

 span { border-color: rgb(126,35,90); }

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