#6D0727

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

Shades of Burgundy #6D0727

Tints of Burgundy #6D0727

Color information

#6D0727 (or 0x6D0727) is unknown color: approx Burgundy. HEX triplet: 6D, 07 and 27. RGB value is (109,7,39). Sum of RGB (Red+Green+Blue) = 109+7+39=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0727 is #92F8D8. Grayscale: #292929. Windows color (decimal): -9631961 or 2557805. OLE color: 2557805.

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

Color convert

RGB109739-
CMYK00.940.640.57
HSL341.18º87.93%22.75%-
HSV(B)341.18º93.58%42.75%-
XYZ6.753.552.25-
YUV41.15126.79176.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 70.32%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=70.32%
G=4.52%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10973900.940.640.57341.1887.9322.75
Hex6D72705E40391555817
Octal15574701361007152513027
Binary1101101111100111010111101000000111001101010101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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