#7D091D

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

Shades of Burgundy #7D091D

Tints of Burgundy #7D091D

Color information

#7D091D (or 0x7D091D) is unknown color: approx Burgundy. HEX triplet: 7D, 09 and 1D. RGB value is (125,9,29). Sum of RGB (Red+Green+Blue) = 125+9+29=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D091D is #82F6E2. Grayscale: #2E2E2E. Windows color (decimal): -8582883 or 1902973. OLE color: 1902973.

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

Color convert

RGB125929-
CMYK00.930.770.51
HSL349.66º86.57%26.27%-
HSV(B)349.66º92.8%49.02%-
XYZ8.784.641.6-
YUV45.96118.43184.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 76.69%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=76.69%
G=5.52%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12592900.930.770.51349.6686.5726.27
Hex7D91D05D4D3315e571a
Octal175113501351156353612732
Binary1111101100111101010111011001101110011101011110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,9,29); }

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

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

 a { background-color: rgb(125,9,29); }

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

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

 span { border-color: rgb(125,9,29); }

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