Html Css Color HEX #7E0514 Burgundy

📋 copy color: '#7E0514'

red 126 ◦ green 5 ◦ blue 20

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

Shades of Burgundy #7E0514

Tints of Burgundy #7E0514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.31%

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 83.44%
G = 3.31%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7E0514 (or 0x7E0514) is known color: Burgundy. HEX triplet: 7E, 05 and 14. RGB value is (126,5,20). Sum of RGB (Red+Green+Blue) = 126+5+20=151 (20% of max value = 765). Red value is 126 (49.61% from 255 or 83.44% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0514 is #81FAEB. Grayscale: #2A2A2A. Windows color (decimal): -8518380 or 1312126. OLE color: 1312126.

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

Color convert

RGB 126 5 20 -
CMYK 0 0.96 0.84 0.51
HSL 352.56º 0.92% 0.26% -
HSV(B) 352.56º 0.96% 0.49% -
XYZ 8.78 4.59 1.09 -
YUV 42.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 126 5 20 0 0.96 0.84 0.51 352.56 0.92 0.26
Hex 7E 5 14 0 60 54 33 161 5C 1A
Octal 176 5 24 0 140 124 63 541 134 32
Binary 1111110 101 10100 0 1100000 1010100 110011 101100001 1011100 11010

Color Harmonies of #7E0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0514

Black with #7E0514

Text Example


Text Example

White with #7E0514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,5,20); }

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

background-color css

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

 a { background-color: rgb(126,5,20); }

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

border-color css

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

 span { border-color: rgb(126,5,20); }

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