#7A0733

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

Shades of Burgundy #7A0733

Tints of Burgundy #7A0733

Color information

#7A0733 (or 0x7A0733) is unknown color: approx Burgundy. HEX triplet: 7A, 07 and 33. RGB value is (122,7,51). Sum of RGB (Red+Green+Blue) = 122+7+51=180 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.78% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0733 is #85F8CC. Grayscale: #2E2E2E. Windows color (decimal): -8779981 or 3344250. OLE color: 3344250.

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

Color convert

RGB122751-
CMYK00.940.580.52
HSL337.04º89.15%25.29%-
HSV(B)337.04º94.26%47.84%-
XYZ8.74.533.55-
YUV46.4130.6181.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 67.78%
GREEN value IS 7 (3.12% from 255) = 3.89%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=67.78%
G=3.89%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12275100.940.580.52337.0489.1525.29
Hex7A73305E3A341515919
Octal1727630136726452113131
Binary111101011111001101011110111010110100101010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,7,51); }

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

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

 a { background-color: rgb(122,7,51); }

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

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

 span { border-color: rgb(122,7,51); }

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