Html Css Color HEX #7E1E4D Flirt

📋 copy color: '#7E1E4D'

red 126 ◦ green 30 ◦ blue 77

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

Shades of Flirt #7E1E4D

Tints of Flirt #7E1E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.88%

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 54.08%
G = 12.88%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7E1E4D (or 0x7E1E4D) is known color: Flirt. HEX triplet: 7E, 1E and 4D. RGB value is (126,30,77). Sum of RGB (Red+Green+Blue) = 126+30+77=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E1E4D is #81E1B2. Grayscale: #3F3F3F. Windows color (decimal): -8511923 or 5054078. OLE color: 5054078.

HSL color Cylindrical-coordinate representation of color #7E1E4D: hue angle of 330.62º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E1E4D is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 30 77 -
CMYK 0 0.76 0.39 0.51
HSL 330.63º 0.62% 0.31% -
HSV(B) 330.63º 0.76% 0.49% -
XYZ 10.41 5.9 7.61 -
YUV 64.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 126 30 77 0 0.76 0.39 0.51 330.63 0.62 0.31
Hex 7E 1E 4D 0 4C 27 33 14B 3E 1F
Octal 176 36 115 0 114 47 63 513 76 37
Binary 1111110 11110 1001101 0 1001100 100111 110011 101001011 111110 11111

Color Harmonies of #7E1E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1E4D

Black with #7E1E4D

Text Example


Text Example

White with #7E1E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,30,77); }

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

background-color css

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

 a { background-color: rgb(126,30,77); }

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

border-color css

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

 span { border-color: rgb(126,30,77); }

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