#7D112C

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

Shades of Burgundy #7D112C

Tints of Burgundy #7D112C

Color information

#7D112C (or 0x7D112C) is unknown color: approx Burgundy. HEX triplet: 7D, 11 and 2C. RGB value is (125,17,44). Sum of RGB (Red+Green+Blue) = 125+17+44=186 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.20% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 125 - color contains mainly: red. Hex color #7D112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D112C is #82EED3. Grayscale: #343434. Windows color (decimal): -8580820 or 2888061. OLE color: 2888061.

HSL color Cylindrical-coordinate representation of color #7D112C: hue angle of 345º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D112C is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1251744-
CMYK00.860.650.51
HSL345º76.06%27.84%-
HSV(B)345º86.4%49.02%-
XYZ9.114.942.86-
YUV52.37123.28179.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 67.20%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=67.20%
G=9.14%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125174400.860.650.5134576.0627.84
Hex7D112C05641331594c1c
Octal175215401261016353111434
Binary111110110001101100010101101000001110011101011001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,17,44); }

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

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

 a { background-color: rgb(125,17,44); }

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

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

 span { border-color: rgb(125,17,44); }

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