#6A0729

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

Shades of Burgundy #6A0729

Tints of Burgundy #6A0729

Color information

#6A0729 (or 0x6A0729) is unknown color: approx Burgundy. HEX triplet: 6A, 07 and 29. RGB value is (106,7,41). Sum of RGB (Red+Green+Blue) = 106+7+41=154 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.83% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0729 is #95F8D6. Grayscale: #282828. Windows color (decimal): -9828567 or 2688874. OLE color: 2688874.

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

Color convert

RGB106741-
CMYK00.930.610.58
HSL339.39º87.61%22.16%-
HSV(B)339.39º93.4%41.57%-
XYZ6.423.382.41-
YUV40.48128.3174.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 68.83%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=68.83%
G=4.55%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10674100.930.610.58339.3987.6122.16
Hex6A72905D3D3A1535816
Octal1527510135757252313026
Binary110101011110100101011101111101111010101010011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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