#6A0529

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

Shades of Burgundy #6A0529

Tints of Burgundy #6A0529

Color information

#6A0529 (or 0x6A0529) is unknown color: approx Burgundy. HEX triplet: 6A, 05 and 29. RGB value is (106,5,41). Sum of RGB (Red+Green+Blue) = 106+5+41=152 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.74% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0529 is #95FAD6. Grayscale: #272727. Windows color (decimal): -9829079 or 2688362. OLE color: 2688362.

HSL color Cylindrical-coordinate representation of color #6A0529: hue angle of 338.61º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0529 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB106541-
CMYK00.950.610.58
HSL338.61º90.99%21.76%-
HSV(B)338.61º95.28%41.57%-
XYZ6.43.332.4-
YUV39.3128.96175.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 69.74%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=69.74%
G=3.29%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10654100.950.610.58338.6190.9921.76
Hex6A52905F3D3A1535b16
Octal1525510137757252313326
Binary110101010110100101011111111101111010101010011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,5,41); }

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

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

 a { background-color: rgb(106,5,41); }

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

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

 span { border-color: rgb(106,5,41); }

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