Html Css Color HEX #7E051E Burgundy

📋 copy color: '#7E051E'

red 126 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #7E051E

Tints of Burgundy #7E051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

 BLUE value IS 30 (12.11% from 255) = 18.63%

R = 78.26%
G = 3.11%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7E051E (or 0x7E051E) is known color: Burgundy. HEX triplet: 7E, 05 and 1E. RGB value is (126,5,30). Sum of RGB (Red+Green+Blue) = 126+5+30=161 (21% of max value = 765). Red value is 126 (49.61% from 255 or 78.26% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 126 - color contains mainly: red. Hex color #7E051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E051E is #81FAE1. Grayscale: #2C2C2C. Windows color (decimal): -8518370 or 1967486. OLE color: 1967486.

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

Color convert

RGB 126 5 30 -
CMYK 0 0.96 0.76 0.51
HSL 347.6º 0.92% 0.26% -
HSV(B) 347.6º 0.96% 0.49% -
XYZ 8.89 4.64 1.65 -
YUV 44.03 120.09 186.47 -
System Red Green Blue C M Y K H S L
Decimal 126 5 30 0 0.96 0.76 0.51 347.6 0.92 0.26
Hex 7E 5 1E 0 60 4C 33 15C 5C 1A
Octal 176 5 36 0 140 114 63 534 134 32
Binary 1111110 101 11110 0 1100000 1001100 110011 101011100 1011100 11010

Color Harmonies of #7E051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E051E

Black with #7E051E

Text Example


Text Example

White with #7E051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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