#7D081A

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

Shades of Burgundy #7D081A

Tints of Burgundy #7D081A

Color information

#7D081A (or 0x7D081A) is unknown color: approx Burgundy. HEX triplet: 7D, 08 and 1A. RGB value is (125,8,26). Sum of RGB (Red+Green+Blue) = 125+8+26=159 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.62% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 125 - color contains mainly: red. Hex color #7D081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D081A is #82F7E5. Grayscale: #2D2D2D. Windows color (decimal): -8583142 or 1706109. OLE color: 1706109.

HSL color Cylindrical-coordinate representation of color #7D081A: hue angle of 350.77º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D081A is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB125826-
CMYK00.940.790.51
HSL350.77º87.97%26.08%-
HSV(B)350.77º93.6%49.02%-
XYZ8.734.611.41-
YUV45.04117.26185.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 78.62%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=78.62%
G=5.03%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12582600.940.790.51350.7787.9726.08
Hex7D81A05E4F3315f581a
Octal175103201361176353713032
Binary1111101100011010010111101001111110011101011111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,8,26); }

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

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

 a { background-color: rgb(125,8,26); }

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

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

 span { border-color: rgb(125,8,26); }

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