#6D070A

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

Shades of Burgundy #6D070A

Tints of Burgundy #6D070A

Color information

#6D070A (or 0x6D070A) is unknown color: approx Burgundy. HEX triplet: 6D, 07 and 0A. RGB value is (109,7,10). Sum of RGB (Red+Green+Blue) = 109+7+10=126 (16% of max value = 765). Red value is 109 (42.97% from 255 or 86.51% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 109 - color contains mainly: red. Hex color #6D070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D070A is #92F8F5. Grayscale: #252525. Windows color (decimal): -9631990 or 657261. OLE color: 657261.

HSL color Cylindrical-coordinate representation of color #6D070A: hue angle of 358.24º 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 #6D070A is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB109710-
CMYK00.940.910.57
HSL358.24º87.93%22.75%-
HSV(B)358.24º93.58%42.75%-
XYZ6.443.430.61-
YUV37.84112.29178.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 86.51%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=86.51%
G=5.56%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10971000.940.910.57358.2487.9322.75
Hex6D7A05E5B391665817
Octal15571201361337154613027
Binary11011011111010010111101011011111001101100110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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