#6A021B

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

Shades of Burgundy #6A021B

Tints of Burgundy #6A021B

Color information

#6A021B (or 0x6A021B) is unknown color: approx Burgundy. HEX triplet: 6A, 02 and 1B. RGB value is (106,2,27). Sum of RGB (Red+Green+Blue) = 106+2+27=135 (17% of max value = 765). Red value is 106 (41.80% from 255 or 78.52% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 106 - color contains mainly: red. Hex color #6A021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A021B is #95FDE4. Grayscale: #232323. Windows color (decimal): -9829861 or 1770090. OLE color: 1770090.

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

Color convert

RGB106227-
CMYK00.980.750.58
HSL345.58º96.3%21.18%-
HSV(B)345.58º98.11%41.57%-
XYZ6.163.191.33-
YUV35.95122.96177.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 78.52%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 27 (10.94% from 255) = 20%
R=78.52%
G=1.48%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10622700.980.750.58345.5896.321.18
Hex6A21B0624B3A15a6015
Octal15223301421137253214025
Binary11010101011011011000101001011111010101011010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,2,27); }

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

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

 a { background-color: rgb(106,2,27); }

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

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

 span { border-color: rgb(106,2,27); }

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