#7D0619

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

Shades of Burgundy #7D0619

Tints of Burgundy #7D0619

Color information

#7D0619 (or 0x7D0619) is unknown color: approx Burgundy. HEX triplet: 7D, 06 and 19. RGB value is (125,6,25). Sum of RGB (Red+Green+Blue) = 125+6+25=156 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.13% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0619 is #82F9E6. Grayscale: #2B2B2B. Windows color (decimal): -8583655 or 1640061. OLE color: 1640061.

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

Color convert

RGB125625-
CMYK00.950.80.51
HSL350.42º90.84%25.69%-
HSV(B)350.42º95.2%49.02%-
XYZ8.74.561.34-
YUV43.75117.42185.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 80.13%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=80.13%
G=3.85%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.8
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12562500.950.80.51350.4290.8425.69
Hex7D61905F503315e5b1a
Octal17563101371206353613332
Binary111110111011001010111111010000110011101011110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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