#6B071C

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

Shades of Burgundy #6B071C

Tints of Burgundy #6B071C

Color information

#6B071C (or 0x6B071C) is unknown color: approx Burgundy. HEX triplet: 6B, 07 and 1C. RGB value is (107,7,28). Sum of RGB (Red+Green+Blue) = 107+7+28=142 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.35% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 107 - color contains mainly: red. Hex color #6B071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B071C is #94F8E3. Grayscale: #272727. Windows color (decimal): -9763044 or 1836907. OLE color: 1836907.

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

Color convert

RGB107728-
CMYK00.930.740.58
HSL347.4º87.72%22.35%-
HSV(B)347.4º93.46%41.96%-
XYZ6.353.361.41-
YUV39.29121.63176.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 75.35%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 28 (11.33% from 255) = 19.72%
R=75.35%
G=4.93%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10772800.930.740.58347.487.7222.35
Hex6B71C05D4A3A15b5816
Octal15373401351127253313026
Binary110101111111100010111011001010111010101011011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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