Html Css Color HEX #7E1023 Burgundy

📋 copy color: '#7E1023'

red 126 ◦ green 16 ◦ blue 35

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

Shades of Burgundy #7E1023

Tints of Burgundy #7E1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.04%

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

R = 71.19%
G = 9.04%
B = 19.77%

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

#7E1023 (or 0x7E1023) is known color: Burgundy. HEX triplet: 7E, 10 and 23. RGB value is (126,16,35). Sum of RGB (Red+Green+Blue) = 126+16+35=177 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.19% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1023 is #81EFDC. Grayscale: #333333. Windows color (decimal): -8515549 or 2297982. OLE color: 2297982.

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

Color convert

RGB 126 16 35 -
CMYK 0 0.87 0.72 0.51
HSL 349.64º 0.77% 0.28% -
HSV(B) 349.64º 0.87% 0.49% -
XYZ 9.09 4.93 2.06 -
YUV 51.06 118.94 181.46 -
System Red Green Blue C M Y K H S L
Decimal 126 16 35 0 0.87 0.72 0.51 349.64 0.77 0.28
Hex 7E 10 23 0 57 48 33 15E 4D 1C
Octal 176 20 43 0 127 110 63 536 115 34
Binary 1111110 10000 100011 0 1010111 1001000 110011 101011110 1001101 11100

Color Harmonies of #7E1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1023

Black with #7E1023

Text Example


Text Example

White with #7E1023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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