#6C041E

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

Shades of Burgundy #6C041E

Tints of Burgundy #6C041E

Color information

#6C041E (or 0x6C041E) is unknown color: approx Burgundy. HEX triplet: 6C, 04 and 1E. RGB value is (108,4,30). Sum of RGB (Red+Green+Blue) = 108+4+30=142 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.06% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 108 - color contains mainly: red. Hex color #6C041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C041E is #93FBE1. Grayscale: #262626. Windows color (decimal): -9698274 or 1967212. OLE color: 1967212.

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

Color convert

RGB108430-
CMYK00.960.720.58
HSL345º92.86%21.96%-
HSV(B)345º96.3%42.35%-
XYZ6.463.371.54-
YUV38.06123.46177.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 76.06%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=76.06%
G=2.82%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10843000.960.720.5834592.8621.96
Hex6C41E060483A1595d16
Octal15443601401107253113526
Binary110110010011110011000001001000111010101011001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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