#7D0D17

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

Shades of Burgundy #7D0D17

Tints of Burgundy #7D0D17

Color information

#7D0D17 (or 0x7D0D17) is unknown color: approx Burgundy. HEX triplet: 7D, 0D and 17. RGB value is (125,13,23). Sum of RGB (Red+Green+Blue) = 125+13+23=161 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.64% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0D17 is #82F2E8. Grayscale: #2F2F2F. Windows color (decimal): -8581865 or 1510781. OLE color: 1510781.

HSL color Cylindrical-coordinate representation of color #7D0D17: hue angle of 354.64º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0D17 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB1251323-
CMYK00.900.820.51
HSL354.64º81.16%27.06%-
HSV(B)354.64º89.6%49.02%-
XYZ8.764.711.26-
YUV47.63114.11183.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 77.64%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=77.64%
G=8.07%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125132300.900.820.51354.6481.1627.06
Hex7DD1705A5233163511b
Octal175152701321226354312133
Binary1111101110110111010110101010010110011101100011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,13,23); }

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

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

 a { background-color: rgb(125,13,23); }

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

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

 span { border-color: rgb(125,13,23); }

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