#7A051B

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

Shades of Burgundy #7A051B

Tints of Burgundy #7A051B

Color information

#7A051B (or 0x7A051B) is unknown color: approx Burgundy. HEX triplet: 7A, 05 and 1B. RGB value is (122,5,27). Sum of RGB (Red+Green+Blue) = 122+5+27=154 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.22% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 122 - color contains mainly: red. Hex color #7A051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A051B is #85FAE4. Grayscale: #2A2A2A. Windows color (decimal): -8780517 or 1770874. OLE color: 1770874.

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

Color convert

RGB122527-
CMYK00.960.780.52
HSL348.72º92.13%24.9%-
HSV(B)348.72º95.9%47.84%-
XYZ8.284.331.44-
YUV42.49119.26184.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 79.22%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=79.22%
G=3.25%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12252700.960.780.52348.7292.1324.9
Hex7A51B0604E3415d5c19
Octal17253301401166453513431
Binary111101010111011011000001001110110100101011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,5,27); }

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

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

 a { background-color: rgb(122,5,27); }

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

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

 span { border-color: rgb(122,5,27); }

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