#7A051A

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

Shades of Burgundy #7A051A

Tints of Burgundy #7A051A

Color information

#7A051A (or 0x7A051A) is unknown color: approx Burgundy. HEX triplet: 7A, 05 and 1A. RGB value is (122,5,26). Sum of RGB (Red+Green+Blue) = 122+5+26=153 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.74% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 122 - color contains mainly: red. Hex color #7A051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A051A is #85FAE5. Grayscale: #2A2A2A. Windows color (decimal): -8780518 or 1705338. OLE color: 1705338.

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

Color convert

RGB122526-
CMYK00.960.790.52
HSL349.23º92.13%24.9%-
HSV(B)349.23º95.9%47.84%-
XYZ8.274.321.38-
YUV42.38118.76184.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 79.74%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=79.74%
G=3.27%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12252600.960.790.52349.2392.1324.9
Hex7A51A0604F3415d5c19
Octal17253201401176453513431
Binary111101010111010011000001001111110100101011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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