Html Css Color HEX #7E061F Burgundy

📋 copy color: '#7E061F'

red 126 ◦ green 6 ◦ blue 31

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

Shades of Burgundy #7E061F

Tints of Burgundy #7E061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 77.3%
G = 3.68%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7E061F (or 0x7E061F) is known color: Burgundy. HEX triplet: 7E, 06 and 1F. RGB value is (126,6,31). Sum of RGB (Red+Green+Blue) = 126+6+31=163 (21% of max value = 765). Red value is 126 (49.61% from 255 or 77.30% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 126 - color contains mainly: red. Hex color #7E061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E061F is #81F9E0. Grayscale: #2C2C2C. Windows color (decimal): -8518113 or 2033278. OLE color: 2033278.

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

Color convert

RGB 126 6 31 -
CMYK 0 0.95 0.75 0.51
HSL 347.5º 0.91% 0.26% -
HSV(B) 347.5º 0.95% 0.49% -
XYZ 8.92 4.66 1.73 -
YUV 44.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 126 6 31 0 0.95 0.75 0.51 347.5 0.91 0.26
Hex 7E 6 1F 0 5F 4B 33 15C 5B 1A
Octal 176 6 37 0 137 113 63 534 133 32
Binary 1111110 110 11111 0 1011111 1001011 110011 101011100 1011011 11010

Color Harmonies of #7E061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E061F

Black with #7E061F

Text Example


Text Example

White with #7E061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,6,31); }

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

background-color css

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

 a { background-color: rgb(126,6,31); }

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

border-color css

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

 span { border-color: rgb(126,6,31); }

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