Html Css Color HEX #7E112E Burgundy

📋 copy color: '#7E112E'

red 126 ◦ green 17 ◦ blue 46

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

Shades of Burgundy #7E112E

Tints of Burgundy #7E112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 46 (18.36% from 255) = 24.34%

R = 66.67%
G = 8.99%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7E112E (or 0x7E112E) is known color: Burgundy. HEX triplet: 7E, 11 and 2E. RGB value is (126,17,46). Sum of RGB (Red+Green+Blue) = 126+17+46=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E112E is #81EED1. Grayscale: #343434. Windows color (decimal): -8515282 or 3019134. OLE color: 3019134.

HSL color Cylindrical-coordinate representation of color #7E112E: hue angle of 344.04º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E112E is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 17 46 -
CMYK 0 0.87 0.63 0.51
HSL 344.04º 0.76% 0.28% -
HSV(B) 344.04º 0.87% 0.49% -
XYZ 9.3 5.03 3.07 -
YUV 52.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 126 17 46 0 0.87 0.63 0.51 344.04 0.76 0.28
Hex 7E 11 2E 0 57 3F 33 158 4C 1C
Octal 176 21 56 0 127 77 63 530 114 34
Binary 1111110 10001 101110 0 1010111 111111 110011 101011000 1001100 11100

Color Harmonies of #7E112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E112E

Black with #7E112E

Text Example


Text Example

White with #7E112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,17,46); }

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

background-color css

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

 a { background-color: rgb(126,17,46); }

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

border-color css

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

 span { border-color: rgb(126,17,46); }

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