#7A071C

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

Shades of Burgundy #7A071C

Tints of Burgundy #7A071C

Color information

#7A071C (or 0x7A071C) is unknown color: approx Burgundy. HEX triplet: 7A, 07 and 1C. RGB value is (122,7,28). Sum of RGB (Red+Green+Blue) = 122+7+28=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A071C is #85F8E3. Grayscale: #2B2B2B. Windows color (decimal): -8780004 or 1836922. OLE color: 1836922.

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

Color convert

RGB122728-
CMYK00.940.770.52
HSL349.04º89.15%25.29%-
HSV(B)349.04º94.26%47.84%-
XYZ8.314.371.5-
YUV43.78119.1183.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 77.71%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=77.71%
G=4.46%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12272800.940.770.52349.0489.1525.29
Hex7A71C05E4D3415d5919
Octal17273401361156453513131
Binary111101011111100010111101001101110100101011101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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