Html Css Color HEX #7E042F Burgundy

📋 copy color: '#7E042F'

red 126 ◦ green 4 ◦ blue 47

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

Shades of Burgundy #7E042F

Tints of Burgundy #7E042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.55%

R = 71.19%
G = 2.26%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7E042F (or 0x7E042F) is known color: Burgundy. HEX triplet: 7E, 04 and 2F. RGB value is (126,4,47). Sum of RGB (Red+Green+Blue) = 126+4+47=177 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.19% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 126 - color contains mainly: red. Hex color #7E042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E042F is #81FBD0. Grayscale: #2D2D2D. Windows color (decimal): -8518609 or 3081342. OLE color: 3081342.

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

Color convert

RGB 126 4 47 -
CMYK 0 0.97 0.63 0.51
HSL 338.85º 0.94% 0.25% -
HSV(B) 338.85º 0.97% 0.49% -
XYZ 9.16 4.73 3.12 -
YUV 45.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 126 4 47 0 0.97 0.63 0.51 338.85 0.94 0.25
Hex 7E 4 2F 0 61 3F 33 153 5E 19
Octal 176 4 57 0 141 77 63 523 136 31
Binary 1111110 100 101111 0 1100001 111111 110011 101010011 1011110 11001

Color Harmonies of #7E042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E042F

Black with #7E042F

Text Example


Text Example

White with #7E042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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