Html Css Color HEX #7E0821 Burgundy

📋 copy color: '#7E0821'

red 126 ◦ green 8 ◦ blue 33

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

Shades of Burgundy #7E0821

Tints of Burgundy #7E0821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

 BLUE value IS 33 (13.28% from 255) = 19.76%

R = 75.45%
G = 4.79%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7E0821 (or 0x7E0821) is known color: Burgundy. HEX triplet: 7E, 08 and 21. RGB value is (126,8,33). Sum of RGB (Red+Green+Blue) = 126+8+33=167 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75.45% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0821 is #81F7DE. Grayscale: #2E2E2E. Windows color (decimal): -8517599 or 2164862. OLE color: 2164862.

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

Color convert

RGB 126 8 33 -
CMYK 0 0.94 0.74 0.51
HSL 347.29º 0.88% 0.26% -
HSV(B) 347.29º 0.94% 0.49% -
XYZ 8.97 4.72 1.88 -
YUV 46.13 120.59 184.97 -
System Red Green Blue C M Y K H S L
Decimal 126 8 33 0 0.94 0.74 0.51 347.29 0.88 0.26
Hex 7E 8 21 0 5E 4A 33 15B 58 1A
Octal 176 10 41 0 136 112 63 533 130 32
Binary 1111110 1000 100001 0 1011110 1001010 110011 101011011 1011000 11010

Color Harmonies of #7E0821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0821

Black with #7E0821

Text Example


Text Example

White with #7E0821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,8,33); }

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

background-color css

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

 a { background-color: rgb(126,8,33); }

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

border-color css

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

 span { border-color: rgb(126,8,33); }

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