Html Css Color HEX #7E345B Flirt

📋 copy color: '#7E345B'

red 126 ◦ green 52 ◦ blue 91

#7E345B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #7E345B

Tints of Flirt #7E345B

RGB

 RED value IS 126 (49.61% from 255) = 46.84%

 GREEN value IS 52 (20.7% from 255) = 19.33%

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 46.84%
G = 19.33%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7E345B (or 0x7E345B) is known color: Flirt. HEX triplet: 7E, 34 and 5B. RGB value is (126,52,91). Sum of RGB (Red+Green+Blue) = 126+52+91=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E345B is #81CBA4. Grayscale: #4E4E4E. Windows color (decimal): -8506277 or 5977214. OLE color: 5977214.

HSL color Cylindrical-coordinate representation of color #7E345B: hue angle of 328.38º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E345B is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 52 91 -
CMYK 0 0.59 0.28 0.51
HSL 328.38º 0.42% 0.35% -
HSV(B) 328.38º 0.59% 0.49% -
XYZ 11.72 7.65 10.76 -
YUV 78.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 126 52 91 0 0.59 0.28 0.51 328.38 0.42 0.35
Hex 7E 34 5B 0 3B 1C 33 148 2A 23
Octal 176 64 133 0 73 34 63 510 52 43
Binary 1111110 110100 1011011 0 111011 11100 110011 101001000 101010 100011

Color Harmonies of #7E345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E345B

Black with #7E345B

Text Example


Text Example

White with #7E345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E345B;
 }
 .AnyTagClassName
 {
   color: #7E345B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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