Html Css Color HEX #7E002C Burgundy

📋 copy color: '#7E002C'

red 126 ◦ green 0 ◦ blue 44

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

Shades of Burgundy #7E002C

Tints of Burgundy #7E002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 25.88%

R = 74.12%
G = 0%
B = 25.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7E002C (or 0x7E002C) is known color: Burgundy. HEX triplet: 7E, 00 and 2C. RGB value is (126,0,44). Sum of RGB (Red+Green+Blue) = 126+0+44=170 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.12% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 126 - color contains mainly: red. Hex color #7E002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E002C is #81FFD3. Grayscale: #2A2A2A. Windows color (decimal): -8519636 or 2883710. OLE color: 2883710.

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

Color convert

RGB 126 0 44 -
CMYK 0 1 0.65 0.51
HSL 339.05º 1% 0.25% -
HSV(B) 339.05º 1% 0.49% -
XYZ 9.06 4.62 2.8 -
YUV 42.69 128.74 187.42 -
System Red Green Blue C M Y K H S L
Decimal 126 0 44 0 1 0.65 0.51 339.05 1 0.25
Hex 7E 0 2C 0 64 41 33 153 64 19
Octal 176 0 54 0 144 101 63 523 144 31
Binary 1111110 0 101100 0 1100100 1000001 110011 101010011 1100100 11001

Color Harmonies of #7E002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E002C

Black with #7E002C

Text Example


Text Example

White with #7E002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,0,44); }

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

background-color css

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

 a { background-color: rgb(126,0,44); }

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

border-color css

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

 span { border-color: rgb(126,0,44); }

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