Html Css Color HEX #7E0D1D Burgundy

📋 copy color: '#7E0D1D'

red 126 ◦ green 13 ◦ blue 29

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

Shades of Burgundy #7E0D1D

Tints of Burgundy #7E0D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.74%

 BLUE value IS 29 (11.72% from 255) = 17.26%

R = 75%
G = 7.74%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7E0D1D (or 0x7E0D1D) is known color: Burgundy. HEX triplet: 7E, 0D and 1D. RGB value is (126,13,29). Sum of RGB (Red+Green+Blue) = 126+13+29=168 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0D1D is #81F2E2. Grayscale: #303030. Windows color (decimal): -8516323 or 1903998. OLE color: 1903998.

HSL color Cylindrical-coordinate representation of color #7E0D1D: hue angle of 351.5º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E0D1D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 13 29 -
CMYK 0 0.90 0.77 0.51
HSL 351.5º 0.81% 0.27% -
HSV(B) 351.5º 0.9% 0.49% -
XYZ 8.97 4.81 1.62 -
YUV 48.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 126 13 29 0 0.90 0.77 0.51 351.5 0.81 0.27
Hex 7E D 1D 0 5A 4D 33 160 51 1B
Octal 176 15 35 0 132 115 63 540 121 33
Binary 1111110 1101 11101 0 1011010 1001101 110011 101100000 1010001 11011

Color Harmonies of #7E0D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0D1D

Black with #7E0D1D

Text Example


Text Example

White with #7E0D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,13,29); }

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

background-color css

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

 a { background-color: rgb(126,13,29); }

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

border-color css

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

 span { border-color: rgb(126,13,29); }

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