Html Css Color HEX #7E072A Burgundy

📋 copy color: '#7E072A'

red 126 ◦ green 7 ◦ blue 42

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

Shades of Burgundy #7E072A

Tints of Burgundy #7E072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

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

R = 72%
G = 4%
B = 24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7E072A (or 0x7E072A) is known color: Burgundy. HEX triplet: 7E, 07 and 2A. RGB value is (126,7,42). Sum of RGB (Red+Green+Blue) = 126+7+42=175 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 126 - color contains mainly: red. Hex color #7E072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E072A is #81F8D5. Grayscale: #2E2E2E. Windows color (decimal): -8517846 or 2754430. OLE color: 2754430.

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

Color convert

RGB 126 7 42 -
CMYK 0 0.94 0.67 0.51
HSL 342.35º 0.89% 0.26% -
HSV(B) 342.35º 0.94% 0.49% -
XYZ 9.1 4.75 2.63 -
YUV 46.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 126 7 42 0 0.94 0.67 0.51 342.35 0.89 0.26
Hex 7E 7 2A 0 5E 43 33 156 59 1A
Octal 176 7 52 0 136 103 63 526 131 32
Binary 1111110 111 101010 0 1011110 1000011 110011 101010110 1011001 11010

Color Harmonies of #7E072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E072A

Black with #7E072A

Text Example


Text Example

White with #7E072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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