#6C041D

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

Shades of Burgundy #6C041D

Tints of Burgundy #6C041D

Color information

#6C041D (or 0x6C041D) is unknown color: approx Burgundy. HEX triplet: 6C, 04 and 1D. RGB value is (108,4,29). Sum of RGB (Red+Green+Blue) = 108+4+29=141 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.60% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 108 - color contains mainly: red. Hex color #6C041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C041D is #93FBE2. Grayscale: #252525. Windows color (decimal): -9698275 or 1901676. OLE color: 1901676.

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

Color convert

RGB108429-
CMYK00.960.730.58
HSL345.58º92.86%21.96%-
HSV(B)345.58º96.3%42.35%-
XYZ6.453.361.47-
YUV37.95122.96177.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 76.60%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 29 (11.72% from 255) = 20.57%
R=76.60%
G=2.84%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10842900.960.730.58345.5892.8621.96
Hex6C41D060493A15a5d16
Octal15443501401117253213526
Binary110110010011101011000001001001111010101011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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