#6A020C

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

Shades of Burgundy #6A020C

Tints of Burgundy #6A020C

Color information

#6A020C (or 0x6A020C) is unknown color: approx Burgundy. HEX triplet: 6A, 02 and 0C. RGB value is (106,2,12). Sum of RGB (Red+Green+Blue) = 106+2+12=120 (15% of max value = 765). Red value is 106 (41.80% from 255 or 88.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 106 - color contains mainly: red. Hex color #6A020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A020C is #95FDF3. Grayscale: #222222. Windows color (decimal): -9829876 or 787050. OLE color: 787050.

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

Color convert

RGB106212-
CMYK00.980.890.58
HSL354.23º96.3%21.18%-
HSV(B)354.23º98.11%41.57%-
XYZ6.033.130.63-
YUV34.24115.46179.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 88.33%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 12 (5.08% from 255) = 10%
R=88.33%
G=1.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10621200.980.890.58354.2396.321.18
Hex6A2C062593A1626015
Octal15221401421317254214025
Binary1101010101100011000101011001111010101100010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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