Html Css Color HEX #7E1122 Burgundy

📋 copy color: '#7E1122'

red 126 ◦ green 17 ◦ blue 34

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

Shades of Burgundy #7E1122

Tints of Burgundy #7E1122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.21%

R = 71.19%
G = 9.6%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7E1122 (or 0x7E1122) is known color: Burgundy. HEX triplet: 7E, 11 and 22. RGB value is (126,17,34). Sum of RGB (Red+Green+Blue) = 126+17+34=177 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.19% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1122 is #81EEDD. Grayscale: #333333. Windows color (decimal): -8515294 or 2232702. OLE color: 2232702.

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

Color convert

RGB 126 17 34 -
CMYK 0 0.87 0.73 0.51
HSL 350.64º 0.76% 0.28% -
HSV(B) 350.64º 0.87% 0.49% -
XYZ 9.09 4.95 1.99 -
YUV 51.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 126 17 34 0 0.87 0.73 0.51 350.64 0.76 0.28
Hex 7E 11 22 0 57 49 33 15F 4C 1C
Octal 176 21 42 0 127 111 63 537 114 34
Binary 1111110 10001 100010 0 1010111 1001001 110011 101011111 1001100 11100

Color Harmonies of #7E1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1122

Black with #7E1122

Text Example


Text Example

White with #7E1122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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