#6D041C

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

Shades of Burgundy #6D041C

Tints of Burgundy #6D041C

Color information

#6D041C (or 0x6D041C) is unknown color: approx Burgundy. HEX triplet: 6D, 04 and 1C. RGB value is (109,4,28). Sum of RGB (Red+Green+Blue) = 109+4+28=141 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.30% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 109 - color contains mainly: red. Hex color #6D041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D041C is #92FBE3. Grayscale: #262626. Windows color (decimal): -9632740 or 1836141. OLE color: 1836141.

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

Color convert

RGB109428-
CMYK00.960.740.57
HSL346.29º92.92%22.16%-
HSV(B)346.29º96.33%42.75%-
XYZ6.563.421.41-
YUV38.13122.29178.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 77.30%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=77.30%
G=2.84%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10942800.960.740.57346.2992.9222.16
Hex6D41C0604A3915a5d16
Octal15543401401127153213526
Binary110110110011100011000001001010111001101011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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