Html Css Color HEX #7E1123 Burgundy

📋 copy color: '#7E1123'

red 126 ◦ green 17 ◦ blue 35

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

Shades of Burgundy #7E1123

Tints of Burgundy #7E1123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.66%

R = 70.79%
G = 9.55%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7E1123 (or 0x7E1123) is known color: Burgundy. HEX triplet: 7E, 11 and 23. RGB value is (126,17,35). Sum of RGB (Red+Green+Blue) = 126+17+35=178 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.79% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1123 is #81EEDC. Grayscale: #333333. Windows color (decimal): -8515293 or 2298238. OLE color: 2298238.

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

Color convert

RGB 126 17 35 -
CMYK 0 0.87 0.72 0.51
HSL 350.09º 0.76% 0.28% -
HSV(B) 350.09º 0.87% 0.49% -
XYZ 9.11 4.96 2.07 -
YUV 51.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 126 17 35 0 0.87 0.72 0.51 350.09 0.76 0.28
Hex 7E 11 23 0 57 48 33 15E 4C 1C
Octal 176 21 43 0 127 110 63 536 114 34
Binary 1111110 10001 100011 0 1010111 1001000 110011 101011110 1001100 11100

Color Harmonies of #7E1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1123

Black with #7E1123

Text Example


Text Example

White with #7E1123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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