#6B021C

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

Shades of Burgundy #6B021C

Tints of Burgundy #6B021C

Color information

#6B021C (or 0x6B021C) is unknown color: approx Burgundy. HEX triplet: 6B, 02 and 1C. RGB value is (107,2,28). Sum of RGB (Red+Green+Blue) = 107+2+28=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B021C is #94FDE3. Grayscale: #242424. Windows color (decimal): -9764324 or 1835627. OLE color: 1835627.

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

Color convert

RGB107228-
CMYK00.980.740.58
HSL345.14º96.33%21.37%-
HSV(B)345.14º98.13%41.96%-
XYZ6.293.251.39-
YUV36.36123.29178.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 78.10%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=78.10%
G=1.46%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10722800.980.740.58345.1496.3321.37
Hex6B21C0624A3A1596015
Octal15323401421127253114025
Binary11010111011100011000101001010111010101011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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