#6B011E

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

Shades of Burgundy #6B011E

Tints of Burgundy #6B011E

Color information

#6B011E (or 0x6B011E) is unknown color: approx Burgundy. HEX triplet: 6B, 01 and 1E. RGB value is (107,1,30). Sum of RGB (Red+Green+Blue) = 107+1+30=138 (18% of max value = 765). Red value is 107 (42.19% from 255 or 77.54% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 107 - color contains mainly: red. Hex color #6B011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B011E is #94FEE1. Grayscale: #232323. Windows color (decimal): -9764578 or 1966443. OLE color: 1966443.

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

Color convert

RGB107130-
CMYK00.990.720.58
HSL343.58º98.15%21.18%-
HSV(B)343.58º99.07%41.96%-
XYZ6.313.241.52-
YUV36124.62178.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 77.54%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=77.54%
G=0.72%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10713000.990.720.58343.5898.1521.18
Hex6B11E063483A1586215
Octal15313601431107253014225
Binary1101011111110011000111001000111010101011000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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