#7A0532

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

Shades of Burgundy #7A0532

Tints of Burgundy #7A0532

Color information

#7A0532 (or 0x7A0532) is unknown color: approx Burgundy. HEX triplet: 7A, 05 and 32. RGB value is (122,5,50). Sum of RGB (Red+Green+Blue) = 122+5+50=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0532 is #85FACD. Grayscale: #2D2D2D. Windows color (decimal): -8780494 or 3278202. OLE color: 3278202.

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

Color convert

RGB122550-
CMYK00.960.590.52
HSL336.92º92.13%24.9%-
HSV(B)336.92º95.9%47.84%-
XYZ8.664.483.43-
YUV45.11130.76182.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.93%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=68.93%
G=2.82%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12255000.960.590.52336.9292.1324.9
Hex7A5320603B341515c19
Octal1725620140736452113431
Binary111101010111001001100000111011110100101010001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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