#6C031D

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

Shades of Burgundy #6C031D

Tints of Burgundy #6C031D

Color information

#6C031D (or 0x6C031D) is unknown color: approx Burgundy. HEX triplet: 6C, 03 and 1D. RGB value is (108,3,29). Sum of RGB (Red+Green+Blue) = 108+3+29=140 (18% of max value = 765). Red value is 108 (42.58% from 255 or 77.14% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 108 - color contains mainly: red. Hex color #6C031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C031D is #93FCE2. Grayscale: #252525. Windows color (decimal): -9698531 or 1901420. OLE color: 1901420.

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

Color convert

RGB108329-
CMYK00.970.730.58
HSL345.14º94.59%21.76%-
HSV(B)345.14º97.22%42.35%-
XYZ6.443.341.47-
YUV37.36123.29178.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 77.14%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 29 (11.72% from 255) = 20.71%
R=77.14%
G=2.14%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10832900.970.730.58345.1494.5921.76
Hex6C31D061493A1595f16
Octal15433501411117253113726
Binary11011001111101011000011001001111010101011001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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