Html Css Color HEX #7E0F14 Burgundy

📋 copy color: '#7E0F14'

red 126 ◦ green 15 ◦ blue 20

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

Shades of Burgundy #7E0F14

Tints of Burgundy #7E0F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.32%

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

R = 78.26%
G = 9.32%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7E0F14 (or 0x7E0F14) is known color: Burgundy. HEX triplet: 7E, 0F and 14. RGB value is (126,15,20). Sum of RGB (Red+Green+Blue) = 126+15+20=161 (21% of max value = 765). Red value is 126 (49.61% from 255 or 78.26% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0F14 is #81F0EB. Grayscale: #303030. Windows color (decimal): -8515820 or 1314686. OLE color: 1314686.

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

Color convert

RGB 126 15 20 -
CMYK 0 0.88 0.84 0.51
HSL 357.3º 0.79% 0.28% -
HSV(B) 357.3º 0.88% 0.49% -
XYZ 8.9 4.83 1.12 -
YUV 48.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 126 15 20 0 0.88 0.84 0.51 357.3 0.79 0.28
Hex 7E F 14 0 58 54 33 165 4F 1C
Octal 176 17 24 0 130 124 63 545 117 34
Binary 1111110 1111 10100 0 1011000 1010100 110011 101100101 1001111 11100

Color Harmonies of #7E0F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0F14

Black with #7E0F14

Text Example


Text Example

White with #7E0F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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