#6D0719

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

Shades of Burgundy #6D0719

Tints of Burgundy #6D0719

Color information

#6D0719 (or 0x6D0719) is unknown color: approx Burgundy. HEX triplet: 6D, 07 and 19. RGB value is (109,7,25). Sum of RGB (Red+Green+Blue) = 109+7+25=141 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.30% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0719 is #92F8E6. Grayscale: #272727. Windows color (decimal): -9631975 or 1640301. OLE color: 1640301.

HSL color Cylindrical-coordinate representation of color #6D0719: hue angle of 349.41º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0719 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB109725-
CMYK00.940.770.57
HSL349.41º87.93%22.75%-
HSV(B)349.41º93.58%42.75%-
XYZ6.563.471.24-
YUV39.55119.79177.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 77.30%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=77.30%
G=4.96%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10972500.940.770.57349.4187.9322.75
Hex6D71905E4D3915d5817
Octal15573101361157153513027
Binary110110111111001010111101001101111001101011101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D0719; }

 p { color: rgb(109,7,25); }

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

<style>
 a { background-color: #6D0719; }

 a { background-color: rgb(109,7,25); }

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

<style>
 span { border-color: #6D0719; }

 span { border-color: rgb(109,7,25); }

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