#6C041F

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

Shades of Burgundy #6C041F

Tints of Burgundy #6C041F

Color information

#6C041F (or 0x6C041F) is unknown color: approx Burgundy. HEX triplet: 6C, 04 and 1F. RGB value is (108,4,31). Sum of RGB (Red+Green+Blue) = 108+4+31=143 (18% of max value = 765). Red value is 108 (42.58% from 255 or 75.52% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 108 - color contains mainly: red. Hex color #6C041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C041F is #93FBE0. Grayscale: #262626. Windows color (decimal): -9698273 or 2032748. OLE color: 2032748.

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

Color convert

RGB108431-
CMYK00.960.710.58
HSL344.42º92.86%21.96%-
HSV(B)344.42º96.3%42.35%-
XYZ6.483.371.61-
YUV38.17123.96177.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 75.52%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=75.52%
G=2.80%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10843100.960.710.58344.4292.8621.96
Hex6C41F060473A1585d16
Octal15443701401077253013526
Binary110110010011111011000001000111111010101011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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