#6B0107

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

Shades of Burgundy #6B0107

Tints of Burgundy #6B0107

Color information

#6B0107 (or 0x6B0107) is unknown color: approx Burgundy. HEX triplet: 6B, 01 and 07. RGB value is (107,1,7). Sum of RGB (Red+Green+Blue) = 107+1+7=115 (15% of max value = 765). Red value is 107 (42.19% from 255 or 93.04% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0107 is #94FEF8. Grayscale: #212121. Windows color (decimal): -9764601 or 459115. OLE color: 459115.

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

Color convert

RGB10717-
CMYK00.990.930.58
HSL356.6º98.15%21.18%-
HSV(B)356.6º99.07%41.96%-
XYZ6.113.160.49-
YUV33.38113.12180.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 93.04%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 7 (3.12% from 255) = 6.09%
R=93.04%
G=0.87%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071700.990.930.58356.698.1521.18
Hex6B170635D3A1656215
Octal1531701431357254514225
Binary11010111111011000111011101111010101100101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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