#7A0832

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

Shades of Burgundy #7A0832

Tints of Burgundy #7A0832

Color information

#7A0832 (or 0x7A0832) is unknown color: approx Burgundy. HEX triplet: 7A, 08 and 32. RGB value is (122,8,50). Sum of RGB (Red+Green+Blue) = 122+8+50=180 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.78% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0832 is #85F7CD. Grayscale: #2E2E2E. Windows color (decimal): -8779726 or 3278970. OLE color: 3278970.

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

Color convert

RGB122850-
CMYK00.930.590.52
HSL337.89º87.69%25.49%-
HSV(B)337.89º93.44%47.84%-
XYZ8.694.543.44-
YUV46.87129.77181.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 67.78%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=67.78%
G=4.44%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12285000.930.590.52337.8987.6925.49
Hex7A83205D3B341525819
Octal17210620135736452213031
Binary1111010100011001001011101111011110100101010010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,8,50); }

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

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

 a { background-color: rgb(122,8,50); }

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

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

 span { border-color: rgb(122,8,50); }

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