#7A0A1E

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

Shades of Burgundy #7A0A1E

Tints of Burgundy #7A0A1E

Color information

#7A0A1E (or 0x7A0A1E) is unknown color: approx Burgundy. HEX triplet: 7A, 0A and 1E. RGB value is (122,10,30). Sum of RGB (Red+Green+Blue) = 122+10+30=162 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.31% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0A1E is #85F5E1. Grayscale: #2D2D2D. Windows color (decimal): -8779234 or 1968762. OLE color: 1968762.

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

Color convert

RGB1221030-
CMYK00.920.750.52
HSL349.29º84.85%25.88%-
HSV(B)349.29º91.8%47.84%-
XYZ8.374.451.65-
YUV45.77119.11182.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 75.31%
GREEN value IS 10 (4.30% from 255) = 6.17%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=75.31%
G=6.17%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122103000.920.750.52349.2984.8525.88
Hex7AA1E05C4B3415d551a
Octal172123601341136453512532
Binary1111010101011110010111001001011110100101011101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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