Html Css Color HEX #7E0423 Burgundy

📋 copy color: '#7E0423'

red 126 ◦ green 4 ◦ blue 35

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

Shades of Burgundy #7E0423

Tints of Burgundy #7E0423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

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

R = 76.36%
G = 2.42%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7E0423 (or 0x7E0423) is known color: Burgundy. HEX triplet: 7E, 04 and 23. RGB value is (126,4,35). Sum of RGB (Red+Green+Blue) = 126+4+35=165 (21% of max value = 765). Red value is 126 (49.61% from 255 or 76.36% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0423 is #81FBDC. Grayscale: #2C2C2C. Windows color (decimal): -8518621 or 2294910. OLE color: 2294910.

HSL color Cylindrical-coordinate representation of color #7E0423: hue angle of 344.75º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E0423 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 4 35 -
CMYK 0 0.97 0.72 0.51
HSL 344.75º 0.94% 0.25% -
HSV(B) 344.75º 0.97% 0.49% -
XYZ 8.95 4.64 2.01 -
YUV 44.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 126 4 35 0 0.97 0.72 0.51 344.75 0.94 0.25
Hex 7E 4 23 0 61 48 33 159 5E 19
Octal 176 4 43 0 141 110 63 531 136 31
Binary 1111110 100 100011 0 1100001 1001000 110011 101011001 1011110 11001

Color Harmonies of #7E0423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0423

Black with #7E0423

Text Example


Text Example

White with #7E0423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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