#6B070D

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

Shades of Burgundy #6B070D

Tints of Burgundy #6B070D

Color information

#6B070D (or 0x6B070D) is unknown color: approx Burgundy. HEX triplet: 6B, 07 and 0D. RGB value is (107,7,13). Sum of RGB (Red+Green+Blue) = 107+7+13=127 (16% of max value = 765). Red value is 107 (42.19% from 255 or 84.25% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 107 - color contains mainly: red. Hex color #6B070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B070D is #94F8F2. Grayscale: #252525. Windows color (decimal): -9763059 or 853867. OLE color: 853867.

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

Color convert

RGB107713-
CMYK00.930.880.58
HSL356.4º87.72%22.35%-
HSV(B)356.4º93.46%41.96%-
XYZ6.213.310.69-
YUV37.58114.13177.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 84.25%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 13 (5.47% from 255) = 10.24%
R=84.25%
G=5.51%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10771300.930.880.58356.487.7222.35
Hex6B7D05D583A1645816
Octal15371501351307254413026
Binary11010111111101010111011011000111010101100100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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