#7A032E

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

Shades of Burgundy #7A032E

Tints of Burgundy #7A032E

Color information

#7A032E (or 0x7A032E) is unknown color: approx Burgundy. HEX triplet: 7A, 03 and 2E. RGB value is (122,3,46). Sum of RGB (Red+Green+Blue) = 122+3+46=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A032E is #85FCD1. Grayscale: #2B2B2B. Windows color (decimal): -8781010 or 3015546. OLE color: 3015546.

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

Color convert

RGB122346-
CMYK00.980.620.52
HSL338.32º95.2%24.51%-
HSV(B)338.32º97.54%47.84%-
XYZ8.554.42.98-
YUV43.48129.42184-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 71.35%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=71.35%
G=1.75%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12234600.980.620.52338.3295.224.51
Hex7A32E0623E341525f19
Octal1723560142766452213731
Binary11110101110111001100010111110110100101010010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,3,46); }

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

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

 a { background-color: rgb(122,3,46); }

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

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

 span { border-color: rgb(122,3,46); }

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