Html Css Color HEX #7E021E Burgundy

📋 copy color: '#7E021E'

red 126 ◦ green 2 ◦ blue 30

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

Shades of Burgundy #7E021E

Tints of Burgundy #7E021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 79.75%
G = 1.27%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7E021E (or 0x7E021E) is known color: Burgundy. HEX triplet: 7E, 02 and 1E. RGB value is (126,2,30). Sum of RGB (Red+Green+Blue) = 126+2+30=158 (20% of max value = 765). Red value is 126 (49.61% from 255 or 79.75% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 126 - color contains mainly: red. Hex color #7E021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E021E is #81FDE1. Grayscale: #2A2A2A. Windows color (decimal): -8519138 or 1966718. OLE color: 1966718.

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

Color convert

RGB 126 2 30 -
CMYK 0 0.98 0.76 0.51
HSL 346.45º 0.97% 0.25% -
HSV(B) 346.45º 0.98% 0.49% -
XYZ 8.86 4.57 1.64 -
YUV 42.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 126 2 30 0 0.98 0.76 0.51 346.45 0.97 0.25
Hex 7E 2 1E 0 62 4C 33 15A 61 19
Octal 176 2 36 0 142 114 63 532 141 31
Binary 1111110 10 11110 0 1100010 1001100 110011 101011010 1100001 11001

Color Harmonies of #7E021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E021E

Black with #7E021E

Text Example


Text Example

White with #7E021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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