Html Css Color HEX #7E2647 Flirt

📋 copy color: '#7E2647'

red 126 ◦ green 38 ◦ blue 71

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

Shades of Flirt #7E2647

Tints of Flirt #7E2647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

 BLUE value IS 71 (28.13% from 255) = 30.21%

R = 53.62%
G = 16.17%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7E2647 (or 0x7E2647) is known color: Flirt. HEX triplet: 7E, 26 and 47. RGB value is (126,38,71). Sum of RGB (Red+Green+Blue) = 126+38+71=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2647 is #81D9B8. Grayscale: #444444. Windows color (decimal): -8509881 or 4662910. OLE color: 4662910.

HSL color Cylindrical-coordinate representation of color #7E2647: hue angle of 337.5º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E2647 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 38 71 -
CMYK 0 0.70 0.44 0.51
HSL 337.5º 0.54% 0.32% -
HSV(B) 337.5º 0.7% 0.49% -
XYZ 10.43 6.28 6.62 -
YUV 68.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 126 38 71 0 0.70 0.44 0.51 337.5 0.54 0.32
Hex 7E 26 47 0 46 2C 33 152 36 20
Octal 176 46 107 0 106 54 63 522 66 40
Binary 1111110 100110 1000111 0 1000110 101100 110011 101010010 110110 100000

Color Harmonies of #7E2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2647

Black with #7E2647

Text Example


Text Example

White with #7E2647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,38,71); }

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

background-color css

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

 a { background-color: rgb(126,38,71); }

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

border-color css

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

 span { border-color: rgb(126,38,71); }

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