#7D0919

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

Shades of Burgundy #7D0919

Tints of Burgundy #7D0919

Color information

#7D0919 (or 0x7D0919) is unknown color: approx Burgundy. HEX triplet: 7D, 09 and 19. RGB value is (125,9,25). Sum of RGB (Red+Green+Blue) = 125+9+25=159 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.62% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0919 is #82F6E6. Grayscale: #2D2D2D. Windows color (decimal): -8582887 or 1640829. OLE color: 1640829.

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

Color convert

RGB125925-
CMYK00.930.80.51
HSL351.72º86.57%26.27%-
HSV(B)351.72º92.8%49.02%-
XYZ8.734.631.35-
YUV45.51116.43184.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 78.62%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 25 (10.16% from 255) = 15.72%
R=78.62%
G=5.66%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.8
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12592500.930.80.51351.7286.5726.27
Hex7D91905D5033160571a
Octal175113101351206354012732
Binary1111101100111001010111011010000110011101100000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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