#6B001D

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

Shades of Burgundy #6B001D

Tints of Burgundy #6B001D

Color information

#6B001D (or 0x6B001D) is unknown color: approx Burgundy. HEX triplet: 6B, 00 and 1D. RGB value is (107,0,29). Sum of RGB (Red+Green+Blue) = 107+0+29=136 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.68% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 107 - color contains mainly: red. Hex color #6B001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B001D is #94FFE2. Grayscale: #232323. Windows color (decimal): -9764835 or 1900651. OLE color: 1900651.

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

Color convert

RGB107029-
CMYK010.730.58
HSL343.74º100%20.98%-
HSV(B)343.74º100%41.96%-
XYZ6.293.211.45-
YUV35.3124.45179.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 78.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=78.68%
G=0%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107029010.730.58343.7410020.98
Hex6B01D064493A1586415
Octal15303501441117253014425
Binary1101011011101011001001001001111010101011000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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