#7D0929

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

Shades of Burgundy #7D0929

Tints of Burgundy #7D0929

Color information

#7D0929 (or 0x7D0929) is unknown color: approx Burgundy. HEX triplet: 7D, 09 and 29. RGB value is (125,9,41). Sum of RGB (Red+Green+Blue) = 125+9+41=175 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.43% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0929 is #82F6D6. Grayscale: #2F2F2F. Windows color (decimal): -8582871 or 2689405. OLE color: 2689405.

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

Color convert

RGB125941-
CMYK00.930.670.51
HSL343.45º86.57%26.27%-
HSV(B)343.45º92.8%49.02%-
XYZ8.964.722.54-
YUV47.33124.43183.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 71.43%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=71.43%
G=5.14%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12594100.930.670.51343.4586.5726.27
Hex7D92905D4333157571a
Octal175115101351036352712732
Binary11111011001101001010111011000011110011101010111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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