#6B011A

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

Shades of Burgundy #6B011A

Tints of Burgundy #6B011A

Color information

#6B011A (or 0x6B011A) is unknown color: approx Burgundy. HEX triplet: 6B, 01 and 1A. RGB value is (107,1,26). Sum of RGB (Red+Green+Blue) = 107+1+26=134 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.85% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 107 - color contains mainly: red. Hex color #6B011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B011A is #94FEE5. Grayscale: #232323. Windows color (decimal): -9764582 or 1704299. OLE color: 1704299.

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

Color convert

RGB107126-
CMYK00.990.760.58
HSL345.85º98.15%21.18%-
HSV(B)345.85º99.07%41.96%-
XYZ6.263.221.27-
YUV35.54122.62178.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 79.85%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=79.85%
G=0.75%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10712600.990.760.58345.8598.1521.18
Hex6B11A0634C3A15a6215
Octal15313201431147253214225
Binary1101011111010011000111001100111010101011010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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