#7E0324

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

Shades of Burgundy #7E0324

Tints of Burgundy #7E0324

Color information

#7E0324 (or 0x7E0324) is unknown color: approx Burgundy. HEX triplet: 7E, 03 and 24. RGB value is (126,3,36). Sum of RGB (Red+Green+Blue) = 126+3+36=165 (21% of max value = 765). Red value is 126 (49.61% from 255 or 76.36% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0324 is #81FCDB. Grayscale: #2B2B2B. Windows color (decimal): -8518876 or 2360190. OLE color: 2360190.

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

Color convert

RGB126336-
CMYK00.980.710.51
HSL343.9º95.35%25.29%-
HSV(B)343.9º97.62%49.41%-
XYZ8.964.632.09-
YUV43.54123.75186.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 76.36%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=76.36%
G=1.82%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12633600.980.710.51343.995.3525.29
Hex7E32406247331585f19
Octal17634401421076353013731
Binary111111011100100011000101000111110011101011000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,3,36); }

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

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

 a { background-color: rgb(126,3,36); }

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

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

 span { border-color: rgb(126,3,36); }

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