Html Css Color HEX #7E1221 Burgundy

📋 copy color: '#7E1221'

red 126 ◦ green 18 ◦ blue 33

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

Shades of Burgundy #7E1221

Tints of Burgundy #7E1221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

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

R = 71.19%
G = 10.17%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7E1221 (or 0x7E1221) is known color: Burgundy. HEX triplet: 7E, 12 and 21. RGB value is (126,18,33). Sum of RGB (Red+Green+Blue) = 126+18+33=177 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.19% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1221 is #81EDDE. Grayscale: #343434. Windows color (decimal): -8515039 or 2167422. OLE color: 2167422.

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

Color convert

RGB 126 18 33 -
CMYK 0 0.86 0.74 0.51
HSL 351.67º 0.75% 0.28% -
HSV(B) 351.67º 0.86% 0.49% -
XYZ 9.1 4.98 1.92 -
YUV 52 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 126 18 33 0 0.86 0.74 0.51 351.67 0.75 0.28
Hex 7E 12 21 0 56 4A 33 160 4B 1C
Octal 176 22 41 0 126 112 63 540 113 34
Binary 1111110 10010 100001 0 1010110 1001010 110011 101100000 1001011 11100

Color Harmonies of #7E1221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1221

Black with #7E1221

Text Example


Text Example

White with #7E1221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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