Html Css Color HEX #7E0B2E Burgundy

📋 copy color: '#7E0B2E'

red 126 ◦ green 11 ◦ blue 46

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

Shades of Burgundy #7E0B2E

Tints of Burgundy #7E0B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.01%

 BLUE value IS 46 (18.36% from 255) = 25.14%

R = 68.85%
G = 6.01%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7E0B2E (or 0x7E0B2E) is known color: Burgundy. HEX triplet: 7E, 0B and 2E. RGB value is (126,11,46). Sum of RGB (Red+Green+Blue) = 126+11+46=183 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.85% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0B2E is #81F4D1. Grayscale: #313131. Windows color (decimal): -8516818 or 3017598. OLE color: 3017598.

HSL color Cylindrical-coordinate representation of color #7E0B2E: hue angle of 341.74º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E0B2E is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 11 46 -
CMYK 0 0.91 0.63 0.51
HSL 341.74º 0.84% 0.27% -
HSV(B) 341.74º 0.91% 0.49% -
XYZ 9.22 4.87 3.04 -
YUV 49.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 126 11 46 0 0.91 0.63 0.51 341.74 0.84 0.27
Hex 7E B 2E 0 5B 3F 33 156 54 1B
Octal 176 13 56 0 133 77 63 526 124 33
Binary 1111110 1011 101110 0 1011011 111111 110011 101010110 1010100 11011

Color Harmonies of #7E0B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0B2E

Black with #7E0B2E

Text Example


Text Example

White with #7E0B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,11,46); }

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

background-color css

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

 a { background-color: rgb(126,11,46); }

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

border-color css

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

 span { border-color: rgb(126,11,46); }

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