#7D031B

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

Shades of Burgundy #7D031B

Tints of Burgundy #7D031B

Color information

#7D031B (or 0x7D031B) is unknown color: approx Burgundy. HEX triplet: 7D, 03 and 1B. RGB value is (125,3,27). Sum of RGB (Red+Green+Blue) = 125+3+27=155 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.65% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 125 - color contains mainly: red. Hex color #7D031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D031B is #82FCE4. Grayscale: #2A2A2A. Windows color (decimal): -8584421 or 1770365. OLE color: 1770365.

HSL color Cylindrical-coordinate representation of color #7D031B: hue angle of 348.2º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D031B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB125327-
CMYK00.980.780.51
HSL348.2º95.31%25.1%-
HSV(B)348.2º97.6%49.02%-
XYZ8.694.51.45-
YUV42.21119.42187.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 80.65%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=80.65%
G=1.94%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12532700.980.780.51348.295.3125.1
Hex7D31B0624E3315c5f19
Octal17533301421166353413731
Binary11111011111011011000101001110110011101011100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,3,27); }

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

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

 a { background-color: rgb(125,3,27); }

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

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

 span { border-color: rgb(125,3,27); }

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