Html Css Color HEX #7E011B Burgundy

📋 copy color: '#7E011B'

red 126 ◦ green 1 ◦ blue 27

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

Shades of Burgundy #7E011B

Tints of Burgundy #7E011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 81.82%
G = 0.65%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7E011B (or 0x7E011B) is known color: Burgundy. HEX triplet: 7E, 01 and 1B. RGB value is (126,1,27). Sum of RGB (Red+Green+Blue) = 126+1+27=154 (20% of max value = 765). Red value is 126 (49.61% from 255 or 81.82% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 126 - color contains mainly: red. Hex color #7E011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E011B is #81FEE4. Grayscale: #292929. Windows color (decimal): -8519397 or 1769854. OLE color: 1769854.

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

Color convert

RGB 126 1 27 -
CMYK 0 0.99 0.79 0.51
HSL 347.52º 0.98% 0.25% -
HSV(B) 347.52º 0.99% 0.49% -
XYZ 8.81 4.54 1.45 -
YUV 41.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 126 1 27 0 0.99 0.79 0.51 347.52 0.98 0.25
Hex 7E 1 1B 0 63 4F 33 15C 62 19
Octal 176 1 33 0 143 117 63 534 142 31
Binary 1111110 1 11011 0 1100011 1001111 110011 101011100 1100010 11001

Color Harmonies of #7E011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E011B

Black with #7E011B

Text Example


Text Example

White with #7E011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,1,27); }

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

background-color css

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

 a { background-color: rgb(126,1,27); }

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

border-color css

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

 span { border-color: rgb(126,1,27); }

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