Html Css Color HEX #7E0519 Burgundy

📋 copy color: '#7E0519'

red 126 ◦ green 5 ◦ blue 25

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

Shades of Burgundy #7E0519

Tints of Burgundy #7E0519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 80.77%
G = 3.21%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7E0519 (or 0x7E0519) is known color: Burgundy. HEX triplet: 7E, 05 and 19. RGB value is (126,5,25). Sum of RGB (Red+Green+Blue) = 126+5+25=156 (20% of max value = 765). Red value is 126 (49.61% from 255 or 80.77% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0519 is #81FAE6. Grayscale: #2B2B2B. Windows color (decimal): -8518375 or 1639806. OLE color: 1639806.

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

Color convert

RGB 126 5 25 -
CMYK 0 0.96 0.80 0.51
HSL 350.08º 0.92% 0.26% -
HSV(B) 350.08º 0.96% 0.49% -
XYZ 8.83 4.61 1.34 -
YUV 43.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 126 5 25 0 0.96 0.80 0.51 350.08 0.92 0.26
Hex 7E 5 19 0 60 50 33 15E 5C 1A
Octal 176 5 31 0 140 120 63 536 134 32
Binary 1111110 101 11001 0 1100000 1010000 110011 101011110 1011100 11010

Color Harmonies of #7E0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0519

Black with #7E0519

Text Example


Text Example

White with #7E0519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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