#7D091E

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

Shades of Burgundy #7D091E

Tints of Burgundy #7D091E

Color information

#7D091E (or 0x7D091E) is unknown color: approx Burgundy. HEX triplet: 7D, 09 and 1E. RGB value is (125,9,30). Sum of RGB (Red+Green+Blue) = 125+9+30=164 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.22% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 125 - color contains mainly: red. Hex color #7D091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D091E is #82F6E1. Grayscale: #2E2E2E. Windows color (decimal): -8582882 or 1968509. OLE color: 1968509.

HSL color Cylindrical-coordinate representation of color #7D091E: hue angle of 349.14º 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 #7D091E is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB125930-
CMYK00.930.760.51
HSL349.14º86.57%26.27%-
HSV(B)349.14º92.8%49.02%-
XYZ8.794.651.66-
YUV46.08118.93184.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 76.22%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=76.22%
G=5.49%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12593000.930.760.51349.1486.5726.27
Hex7D91E05D4C3315d571a
Octal175113601351146353512732
Binary1111101100111110010111011001100110011101011101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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