#6A0728

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

Shades of Burgundy #6A0728

Tints of Burgundy #6A0728

Color information

#6A0728 (or 0x6A0728) is unknown color: approx Burgundy. HEX triplet: 6A, 07 and 28. RGB value is (106,7,40). Sum of RGB (Red+Green+Blue) = 106+7+40=153 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.28% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0728 is #95F8D7. Grayscale: #282828. Windows color (decimal): -9828568 or 2623338. OLE color: 2623338.

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

Color convert

RGB106740-
CMYK00.930.620.58
HSL340º87.61%22.16%-
HSV(B)340º93.4%41.57%-
XYZ6.43.372.32-
YUV40.36127.8174.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 69.28%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=69.28%
G=4.58%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10674000.930.620.5834087.6122.16
Hex6A72805D3E3A1545816
Octal1527500135767252413026
Binary110101011110100001011101111110111010101010100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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