Html Css Color HEX #7E122B Burgundy

📋 copy color: '#7E122B'

red 126 ◦ green 18 ◦ blue 43

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

Shades of Burgundy #7E122B

Tints of Burgundy #7E122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 67.38%
G = 9.63%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7E122B (or 0x7E122B) is known color: Burgundy. HEX triplet: 7E, 12 and 2B. RGB value is (126,18,43). Sum of RGB (Red+Green+Blue) = 126+18+43=187 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.38% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 126 - color contains mainly: red. Hex color #7E122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E122B is #81EDD4. Grayscale: #353535. Windows color (decimal): -8515029 or 2822782. OLE color: 2822782.

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

Color convert

RGB 126 18 43 -
CMYK 0 0.86 0.66 0.51
HSL 346.11º 0.75% 0.28% -
HSV(B) 346.11º 0.86% 0.49% -
XYZ 9.26 5.04 2.77 -
YUV 53.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 126 18 43 0 0.86 0.66 0.51 346.11 0.75 0.28
Hex 7E 12 2B 0 56 42 33 15A 4B 1C
Octal 176 22 53 0 126 102 63 532 113 34
Binary 1111110 10010 101011 0 1010110 1000010 110011 101011010 1001011 11100

Color Harmonies of #7E122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E122B

Black with #7E122B

Text Example


Text Example

White with #7E122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,18,43); }

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

background-color css

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

 a { background-color: rgb(126,18,43); }

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

border-color css

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

 span { border-color: rgb(126,18,43); }

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