#7A0A1C

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

Shades of Burgundy #7A0A1C

Tints of Burgundy #7A0A1C

Color information

#7A0A1C (or 0x7A0A1C) is unknown color: approx Burgundy. HEX triplet: 7A, 0A and 1C. RGB value is (122,10,28). Sum of RGB (Red+Green+Blue) = 122+10+28=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0A1C is #85F5E3. Grayscale: #2D2D2D. Windows color (decimal): -8779236 or 1837690. OLE color: 1837690.

HSL color Cylindrical-coordinate representation of color #7A0A1C: hue angle of 350.36º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0A1C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB1221028-
CMYK00.920.770.52
HSL350.36º84.85%25.88%-
HSV(B)350.36º91.8%47.84%-
XYZ8.344.441.52-
YUV45.54118.11182.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 76.25%
GREEN value IS 10 (4.30% from 255) = 6.25%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=76.25%
G=6.25%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122102800.920.770.52350.3684.8525.88
Hex7AA1C05C4D3415e551a
Octal172123401341156453612532
Binary1111010101011100010111001001101110100101011110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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