Html Css Color HEX #7E345A Flirt

📋 copy color: '#7E345A'

red 126 ◦ green 52 ◦ blue 90

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

Shades of Flirt #7E345A

Tints of Flirt #7E345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 47.01%
G = 19.4%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7E345A (or 0x7E345A) is known color: Flirt. HEX triplet: 7E, 34 and 5A. RGB value is (126,52,90). Sum of RGB (Red+Green+Blue) = 126+52+90=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 126 - color contains mainly: red. Hex color #7E345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E345A is #81CBA5. Grayscale: #4E4E4E. Windows color (decimal): -8506278 or 5911678. OLE color: 5911678.

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

Color convert

RGB 126 52 90 -
CMYK 0 0.59 0.29 0.51
HSL 329.19º 0.42% 0.35% -
HSV(B) 329.19º 0.59% 0.49% -
XYZ 11.68 7.63 10.53 -
YUV 78.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 126 52 90 0 0.59 0.29 0.51 329.19 0.42 0.35
Hex 7E 34 5A 0 3B 1D 33 149 2A 23
Octal 176 64 132 0 73 35 63 511 52 43
Binary 1111110 110100 1011010 0 111011 11101 110011 101001001 101010 100011

Color Harmonies of #7E345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E345A

Black with #7E345A

Text Example


Text Example

White with #7E345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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