Html Css Color HEX #7E011C Burgundy

📋 copy color: '#7E011C'

red 126 ◦ green 1 ◦ blue 28

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

Shades of Burgundy #7E011C

Tints of Burgundy #7E011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 81.29%
G = 0.65%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7E011C (or 0x7E011C) is known color: Burgundy. HEX triplet: 7E, 01 and 1C. RGB value is (126,1,28). Sum of RGB (Red+Green+Blue) = 126+1+28=155 (20% of max value = 765). Red value is 126 (49.61% from 255 or 81.29% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 126 - color contains mainly: red. Hex color #7E011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E011C is #81FEE3. Grayscale: #292929. Windows color (decimal): -8519396 or 1835390. OLE color: 1835390.

HSL color Cylindrical-coordinate representation of color #7E011C: hue angle of 347.04º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E011C is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 1 28 -
CMYK 0 0.99 0.78 0.51
HSL 347.04º 0.98% 0.25% -
HSV(B) 347.04º 0.99% 0.49% -
XYZ 8.82 4.54 1.51 -
YUV 41.45 120.41 188.3 -
System Red Green Blue C M Y K H S L
Decimal 126 1 28 0 0.99 0.78 0.51 347.04 0.98 0.25
Hex 7E 1 1C 0 63 4E 33 15B 62 19
Octal 176 1 34 0 143 116 63 533 142 31
Binary 1111110 1 11100 0 1100011 1001110 110011 101011011 1100010 11001

Color Harmonies of #7E011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E011C

Black with #7E011C

Text Example


Text Example

White with #7E011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,1,28); }

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

background-color css

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

 a { background-color: rgb(126,1,28); }

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

border-color css

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

 span { border-color: rgb(126,1,28); }

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