#7A052D

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

Shades of Burgundy #7A052D

Tints of Burgundy #7A052D

Color information

#7A052D (or 0x7A052D) is unknown color: approx Burgundy. HEX triplet: 7A, 05 and 2D. RGB value is (122,5,45). Sum of RGB (Red+Green+Blue) = 122+5+45=172 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.93% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 122 - color contains mainly: red. Hex color #7A052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A052D is #85FAD2. Grayscale: #2C2C2C. Windows color (decimal): -8780499 or 2950522. OLE color: 2950522.

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

Color convert

RGB122545-
CMYK00.960.630.52
HSL339.49º92.13%24.9%-
HSV(B)339.49º95.9%47.84%-
XYZ8.554.442.89-
YUV44.54128.26183.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 70.93%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=70.93%
G=2.91%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12254500.960.630.52339.4992.1324.9
Hex7A52D0603F341535c19
Octal1725550140776452313431
Binary111101010110110101100000111111110100101010011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,5,45); }

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

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

 a { background-color: rgb(122,5,45); }

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

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

 span { border-color: rgb(122,5,45); }

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