#7E235B

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

Shades of Flirt #7E235B

Tints of Flirt #7E235B

Color information

#7E235B (or 0x7E235B) is unknown color: approx Flirt. HEX triplet: 7E, 23 and 5B. RGB value is (126,35,91). Sum of RGB (Red+Green+Blue) = 126+35+91=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E235B is #81DCA4. Grayscale: #444444. Windows color (decimal): -8510629 or 5972862. OLE color: 5972862.

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

Color convert

RGB1263591-
CMYK00.720.280.51
HSL323.08º56.52%31.57%-
HSV(B)323.08º72.22%49.41%-
XYZ11.096.3910.55-
YUV68.59140.65168.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=50%
G=13.89%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126359100.720.280.51323.0856.5231.57
Hex7E235B0481C331433920
Octal17643133011034635037140
Binary111111010001110110110100100011100110011101000011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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