Html Css Color HEX #7E1115 Burgundy

📋 copy color: '#7E1115'

red 126 ◦ green 17 ◦ blue 21

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

Shades of Burgundy #7E1115

Tints of Burgundy #7E1115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 21 (8.59% from 255) = 12.8%

R = 76.83%
G = 10.37%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7E1115 (or 0x7E1115) is known color: Burgundy. HEX triplet: 7E, 11 and 15. RGB value is (126,17,21). Sum of RGB (Red+Green+Blue) = 126+17+21=164 (21% of max value = 765). Red value is 126 (49.61% from 255 or 76.83% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1115 is #81EEEA. Grayscale: #323232. Windows color (decimal): -8515307 or 1380734. OLE color: 1380734.

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

Color convert

RGB 126 17 21 -
CMYK 0 0.87 0.83 0.51
HSL 357.8º 0.76% 0.28% -
HSV(B) 357.8º 0.87% 0.49% -
XYZ 8.94 4.89 1.18 -
YUV 50.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 126 17 21 0 0.87 0.83 0.51 357.8 0.76 0.28
Hex 7E 11 15 0 57 53 33 166 4C 1C
Octal 176 21 25 0 127 123 63 546 114 34
Binary 1111110 10001 10101 0 1010111 1010011 110011 101100110 1001100 11100

Color Harmonies of #7E1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1115

Black with #7E1115

Text Example


Text Example

White with #7E1115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,17,21); }

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

background-color css

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

 a { background-color: rgb(126,17,21); }

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

border-color css

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

 span { border-color: rgb(126,17,21); }

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