#7E0232

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

Shades of Burgundy #7E0232

Tints of Burgundy #7E0232

Color information

#7E0232 (or 0x7E0232) is unknown color: approx Burgundy. HEX triplet: 7E, 02 and 32. RGB value is (126,2,50). Sum of RGB (Red+Green+Blue) = 126+2+50=178 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.79% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0232 is #81FDCD. Grayscale: #2C2C2C. Windows color (decimal): -8519118 or 3277438. OLE color: 3277438.

HSL color Cylindrical-coordinate representation of color #7E0232: hue angle of 336.77º degrees, saturation: 0.97, 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 #7E0232 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB126250-
CMYK00.980.600.51
HSL336.77º96.88%25.1%-
HSV(B)336.77º98.41%49.41%-
XYZ9.24.713.44-
YUV44.55131.08186.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 70.79%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=70.79%
G=1.12%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12625000.980.600.51336.7796.8825.1
Hex7E2320623C331516119
Octal1762620142746352114131
Binary11111101011001001100010111100110011101010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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