#7A032A

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

Shades of Burgundy #7A032A

Tints of Burgundy #7A032A

Color information

#7A032A (or 0x7A032A) is unknown color: approx Burgundy. HEX triplet: 7A, 03 and 2A. RGB value is (122,3,42). Sum of RGB (Red+Green+Blue) = 122+3+42=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A032A is #85FCD5. Grayscale: #2A2A2A. Windows color (decimal): -8781014 or 2753402. OLE color: 2753402.

HSL color Cylindrical-coordinate representation of color #7A032A: hue angle of 340.34º 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 #7A032A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB122342-
CMYK00.980.660.52
HSL340.34º95.2%24.51%-
HSV(B)340.34º97.54%47.84%-
XYZ8.484.372.59-
YUV43.03127.42184.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.05%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=73.05%
G=1.80%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12234200.980.660.52340.3495.224.51
Hex7A32A06242341545f19
Octal17235201421026452413731
Binary111101011101010011000101000010110100101010100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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