#6D041E

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

Shades of Burgundy #6D041E

Tints of Burgundy #6D041E

Color information

#6D041E (or 0x6D041E) is unknown color: approx Burgundy. HEX triplet: 6D, 04 and 1E. RGB value is (109,4,30). Sum of RGB (Red+Green+Blue) = 109+4+30=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D041E is #92FBE1. Grayscale: #262626. Windows color (decimal): -9632738 or 1967213. OLE color: 1967213.

HSL color Cylindrical-coordinate representation of color #6D041E: hue angle of 345.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D041E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB109430-
CMYK00.960.720.57
HSL345.14º92.92%22.16%-
HSV(B)345.14º96.33%42.75%-
XYZ6.583.431.54-
YUV38.36123.29178.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 76.22%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=76.22%
G=2.80%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10943000.960.720.57345.1492.9222.16
Hex6D41E06048391595d16
Octal15543601401107153113526
Binary110110110011110011000001001000111001101011001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,4,30); }

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

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

 a { background-color: rgb(109,4,30); }

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

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

 span { border-color: rgb(109,4,30); }

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