Html Css Color HEX #7E002D Burgundy

📋 copy color: '#7E002D'

red 126 ◦ green 0 ◦ blue 45

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

Shades of Burgundy #7E002D

Tints of Burgundy #7E002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.32%

R = 73.68%
G = 0%
B = 26.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7E002D (or 0x7E002D) is known color: Burgundy. HEX triplet: 7E, 00 and 2D. RGB value is (126,0,45). Sum of RGB (Red+Green+Blue) = 126+0+45=171 (22% of max value = 765). Red value is 126 (49.61% from 255 or 73.68% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 126 - color contains mainly: red. Hex color #7E002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E002D is #81FFD2. Grayscale: #2A2A2A. Windows color (decimal): -8519635 or 2949246. OLE color: 2949246.

HSL color Cylindrical-coordinate representation of color #7E002D: hue angle of 338.57º 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 #7E002D is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 0 45 -
CMYK 0 1 0.64 0.51
HSL 338.57º 1% 0.25% -
HSV(B) 338.57º 1% 0.49% -
XYZ 9.08 4.63 2.9 -
YUV 42.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 126 0 45 0 1 0.64 0.51 338.57 1 0.25
Hex 7E 0 2D 0 64 40 33 153 64 19
Octal 176 0 55 0 144 100 63 523 144 31
Binary 1111110 0 101101 0 1100100 1000000 110011 101010011 1100100 11001

Color Harmonies of #7E002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E002D

Black with #7E002D

Text Example


Text Example

White with #7E002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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