#7E0421

Color #7E0421 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #7E0421

Tints of Burgundy #7E0421

Color information

#7E0421 (or 0x7E0421) is unknown color: approx Burgundy. HEX triplet: 7E, 04 and 21. RGB value is (126,4,33). Sum of RGB (Red+Green+Blue) = 126+4+33=163 (21% of max value = 765). Red value is 126 (49.61% from 255 or 77.30% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0421 is #81FBDE. Grayscale: #2B2B2B. Windows color (decimal): -8518623 or 2163838. OLE color: 2163838.

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

Color convert

RGB126433-
CMYK00.970.740.51
HSL345.74º93.85%25.49%-
HSV(B)345.74º96.83%49.41%-
XYZ8.924.631.86-
YUV43.78121.92186.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 77.30%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=77.30%
G=2.45%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12643300.970.740.51345.7493.8525.49
Hex7E4210614A3315a5e19
Octal17644101411126353213631
Binary1111110100100001011000011001010110011101011010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E0421;
 }
 .AnyTagClassName
 {
   color: #7E0421;
 }
</style>
background-color css

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

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

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

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

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

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