Html Css Color HEX #7E2356 Flirt

📋 copy color: '#7E2356'

red 126 ◦ green 35 ◦ blue 86

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

Shades of Flirt #7E2356

Tints of Flirt #7E2356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

 BLUE value IS 86 (33.98% from 255) = 34.82%

R = 51.01%
G = 14.17%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#7E2356 (or 0x7E2356) is known color: Flirt. HEX triplet: 7E, 23 and 56. RGB value is (126,35,86). Sum of RGB (Red+Green+Blue) = 126+35+86=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2356 is #81DCA9. Grayscale: #434343. Windows color (decimal): -8510634 or 5645182. OLE color: 5645182.

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

Color convert

RGB 126 35 86 -
CMYK 0 0.72 0.32 0.51
HSL 326.37º 0.57% 0.32% -
HSV(B) 326.37º 0.72% 0.49% -
XYZ 10.88 6.31 9.45 -
YUV 68.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 126 35 86 0 0.72 0.32 0.51 326.37 0.57 0.32
Hex 7E 23 56 0 48 20 33 146 39 20
Octal 176 43 126 0 110 40 63 506 71 40
Binary 1111110 100011 1010110 0 1001000 100000 110011 101000110 111001 100000

Color Harmonies of #7E2356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2356

Black with #7E2356

Text Example


Text Example

White with #7E2356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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