#6B040E

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

Shades of Burgundy #6B040E

Tints of Burgundy #6B040E

Color information

#6B040E (or 0x6B040E) is unknown color: approx Burgundy. HEX triplet: 6B, 04 and 0E. RGB value is (107,4,14). Sum of RGB (Red+Green+Blue) = 107+4+14=125 (16% of max value = 765). Red value is 107 (42.19% from 255 or 85.6% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 107 - color contains mainly: red. Hex color #6B040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B040E is #94FBF1. Grayscale: #242424. Windows color (decimal): -9763826 or 918635. OLE color: 918635.

HSL color Cylindrical-coordinate representation of color #6B040E: hue angle of 354.17º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B040E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB107414-
CMYK00.960.870.58
HSL354.17º92.79%21.76%-
HSV(B)354.17º96.26%41.96%-
XYZ6.193.240.72-
YUV35.94115.62178.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 85.6%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=85.6%
G=3.2%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10741400.960.870.58354.1792.7921.76
Hex6B4E060573A1625d16
Octal15341601401277254213526
Binary11010111001110011000001010111111010101100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,4,14); }

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

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

 a { background-color: rgb(107,4,14); }

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

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

 span { border-color: rgb(107,4,14); }

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