#7A081C

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

Shades of Burgundy #7A081C

Tints of Burgundy #7A081C

Color information

#7A081C (or 0x7A081C) is unknown color: approx Burgundy. HEX triplet: 7A, 08 and 1C. RGB value is (122,8,28). Sum of RGB (Red+Green+Blue) = 122+8+28=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A081C is #85F7E3. Grayscale: #2C2C2C. Windows color (decimal): -8779748 or 1837178. OLE color: 1837178.

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

Color convert

RGB122828-
CMYK00.930.770.52
HSL349.47º87.69%25.49%-
HSV(B)349.47º93.44%47.84%-
XYZ8.324.41.51-
YUV44.37118.77183.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 77.22%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=77.22%
G=5.06%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12282800.930.770.52349.4787.6925.49
Hex7A81C05D4D3415d5819
Octal172103401351156453513031
Binary1111010100011100010111011001101110100101011101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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