#6A0328

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

Shades of Burgundy #6A0328

Tints of Burgundy #6A0328

Color information

#6A0328 (or 0x6A0328) is unknown color: approx Burgundy. HEX triplet: 6A, 03 and 28. RGB value is (106,3,40). Sum of RGB (Red+Green+Blue) = 106+3+40=149 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.14% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0328 is #95FCD7. Grayscale: #252525. Windows color (decimal): -9829592 or 2622314. OLE color: 2622314.

HSL color Cylindrical-coordinate representation of color #6A0328: hue angle of 338.45º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A0328 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB106340-
CMYK00.970.620.58
HSL338.45º94.5%21.37%-
HSV(B)338.45º97.17%41.57%-
XYZ6.363.282.31-
YUV38.02129.12176.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 71.14%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=71.14%
G=2.01%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10634000.970.620.58338.4594.521.37
Hex6A3280613E3A1525e15
Octal1523500141767252213625
Binary11010101110100001100001111110111010101010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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