#6A011A

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

Shades of Burgundy #6A011A

Tints of Burgundy #6A011A

Color information

#6A011A (or 0x6A011A) is unknown color: approx Burgundy. HEX triplet: 6A, 01 and 1A. RGB value is (106,1,26). Sum of RGB (Red+Green+Blue) = 106+1+26=133 (17% of max value = 765). Red value is 106 (41.80% from 255 or 79.70% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 106 - color contains mainly: red. Hex color #6A011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A011A is #95FEE5. Grayscale: #232323. Windows color (decimal): -9830118 or 1704298. OLE color: 1704298.

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

Color convert

RGB106126-
CMYK00.990.750.58
HSL345.71º98.13%20.98%-
HSV(B)345.71º99.06%41.57%-
XYZ6.143.161.26-
YUV35.24122.79178.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 79.70%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=79.70%
G=0.75%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10612600.990.750.58345.7198.1320.98
Hex6A11A0634B3A15a6215
Octal15213201431137253214225
Binary1101010111010011000111001011111010101011010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,1,26); }

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

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

 a { background-color: rgb(106,1,26); }

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

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

 span { border-color: rgb(106,1,26); }

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