#7E0532

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

Shades of Burgundy #7E0532

Tints of Burgundy #7E0532

Color information

#7E0532 (or 0x7E0532) is unknown color: approx Burgundy. HEX triplet: 7E, 05 and 32. RGB value is (126,5,50). Sum of RGB (Red+Green+Blue) = 126+5+50=181 (23% of max value = 765). Red value is 126 (49.61% from 255 or 69.61% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0532 is #81FACD. Grayscale: #2E2E2E. Windows color (decimal): -8518350 or 3278206. OLE color: 3278206.

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

Color convert

RGB126550-
CMYK00.960.600.51
HSL337.69º92.37%25.69%-
HSV(B)337.69º96.03%49.41%-
XYZ9.234.773.45-
YUV46.31130.09184.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 69.61%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 50 (19.92% from 255) = 27.62%
R=69.61%
G=2.76%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12655000.960.600.51337.6992.3725.69
Hex7E5320603C331525c1a
Octal1765620140746352213432
Binary111111010111001001100000111100110011101010010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,5,50); }

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

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

 a { background-color: rgb(126,5,50); }

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

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

 span { border-color: rgb(126,5,50); }

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