#6B011D

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

Shades of Burgundy #6B011D

Tints of Burgundy #6B011D

Color information

#6B011D (or 0x6B011D) is unknown color: approx Burgundy. HEX triplet: 6B, 01 and 1D. RGB value is (107,1,29). Sum of RGB (Red+Green+Blue) = 107+1+29=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B011D is #94FEE2. Grayscale: #232323. Windows color (decimal): -9764579 or 1900907. OLE color: 1900907.

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

Color convert

RGB107129-
CMYK00.990.730.58
HSL344.15º98.15%21.18%-
HSV(B)344.15º99.07%41.96%-
XYZ6.33.241.46-
YUV35.89124.12178.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 78.10%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=78.10%
G=0.73%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10712900.990.730.58344.1598.1521.18
Hex6B11D063493A1586215
Octal15313501431117253014225
Binary1101011111101011000111001001111010101011000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,1,29); }

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

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

 a { background-color: rgb(107,1,29); }

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

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

 span { border-color: rgb(107,1,29); }

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