#6A011C

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

Shades of Burgundy #6A011C

Tints of Burgundy #6A011C

Color information

#6A011C (or 0x6A011C) is unknown color: approx Burgundy. HEX triplet: 6A, 01 and 1C. RGB value is (106,1,28). Sum of RGB (Red+Green+Blue) = 106+1+28=135 (17% of max value = 765). Red value is 106 (41.80% from 255 or 78.52% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 106 - color contains mainly: red. Hex color #6A011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A011C is #95FEE3. Grayscale: #232323. Windows color (decimal): -9830116 or 1835370. OLE color: 1835370.

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

Color convert

RGB106128-
CMYK00.990.740.58
HSL344.57º98.13%20.98%-
HSV(B)344.57º99.06%41.57%-
XYZ6.163.171.39-
YUV35.47123.79178.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 78.52%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=78.52%
G=0.74%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10612800.990.740.58344.5798.1320.98
Hex6A11C0634A3A1596215
Octal15213401431127253114225
Binary1101010111100011000111001010111010101011001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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