#6B021D

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

Shades of Burgundy #6B021D

Tints of Burgundy #6B021D

Color information

#6B021D (or 0x6B021D) is unknown color: approx Burgundy. HEX triplet: 6B, 02 and 1D. RGB value is (107,2,29). Sum of RGB (Red+Green+Blue) = 107+2+29=138 (18% of max value = 765). Red value is 107 (42.19% from 255 or 77.54% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 107 - color contains mainly: red. Hex color #6B021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B021D is #94FDE2. Grayscale: #242424. Windows color (decimal): -9764323 or 1901163. OLE color: 1901163.

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

Color convert

RGB107229-
CMYK00.980.730.58
HSL344.57º96.33%21.37%-
HSV(B)344.57º98.13%41.96%-
XYZ6.313.261.46-
YUV36.47123.79178.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 77.54%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=77.54%
G=1.45%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10722900.980.730.58344.5796.3321.37
Hex6B21D062493A1596015
Octal15323501421117253114025
Binary11010111011101011000101001001111010101011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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