Html Css Color HEX #7E042A Burgundy

📋 copy color: '#7E042A'

red 126 ◦ green 4 ◦ blue 42

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

Shades of Burgundy #7E042A

Tints of Burgundy #7E042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 73.26%
G = 2.33%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7E042A (or 0x7E042A) is known color: Burgundy. HEX triplet: 7E, 04 and 2A. RGB value is (126,4,42). Sum of RGB (Red+Green+Blue) = 126+4+42=172 (22% of max value = 765). Red value is 126 (49.61% from 255 or 73.26% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 126 - color contains mainly: red. Hex color #7E042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E042A is #81FBD5. Grayscale: #2C2C2C. Windows color (decimal): -8518614 or 2753662. OLE color: 2753662.

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

Color convert

RGB 126 4 42 -
CMYK 0 0.97 0.67 0.51
HSL 341.31º 0.94% 0.25% -
HSV(B) 341.31º 0.97% 0.49% -
XYZ 9.07 4.69 2.62 -
YUV 44.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 126 4 42 0 0.97 0.67 0.51 341.31 0.94 0.25
Hex 7E 4 2A 0 61 43 33 155 5E 19
Octal 176 4 52 0 141 103 63 525 136 31
Binary 1111110 100 101010 0 1100001 1000011 110011 101010101 1011110 11001

Color Harmonies of #7E042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E042A

Black with #7E042A

Text Example


Text Example

White with #7E042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,4,42); }

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

background-color css

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

 a { background-color: rgb(126,4,42); }

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

border-color css

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

 span { border-color: rgb(126,4,42); }

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