Html Css Color HEX #7E0212 Burgundy

📋 copy color: '#7E0212'

red 126 ◦ green 2 ◦ blue 18

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

Shades of Burgundy #7E0212

Tints of Burgundy #7E0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.37%

 BLUE value IS 18 (7.42% from 255) = 12.33%

R = 86.3%
G = 1.37%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7E0212 (or 0x7E0212) is known color: Burgundy. HEX triplet: 7E, 02 and 12. RGB value is (126,2,18). Sum of RGB (Red+Green+Blue) = 126+2+18=146 (19% of max value = 765). Red value is 126 (49.61% from 255 or 86.30% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0212 is #81FDED. Grayscale: #282828. Windows color (decimal): -8519150 or 1180286. OLE color: 1180286.

HSL color Cylindrical-coordinate representation of color #7E0212: hue angle of 352.26º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E0212 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 2 18 -
CMYK 0 0.98 0.86 0.51
HSL 352.26º 0.97% 0.25% -
HSV(B) 352.26º 0.98% 0.49% -
XYZ 8.74 4.52 0.98 -
YUV 40.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 126 2 18 0 0.98 0.86 0.51 352.26 0.97 0.25
Hex 7E 2 12 0 62 56 33 160 61 19
Octal 176 2 22 0 142 126 63 540 141 31
Binary 1111110 10 10010 0 1100010 1010110 110011 101100000 1100001 11001

Color Harmonies of #7E0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0212

Black with #7E0212

Text Example


Text Example

White with #7E0212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,2,18); }

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

background-color css

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

 a { background-color: rgb(126,2,18); }

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

border-color css

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

 span { border-color: rgb(126,2,18); }

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