#6A0327

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

Shades of Burgundy #6A0327

Tints of Burgundy #6A0327

Color information

#6A0327 (or 0x6A0327) is unknown color: approx Burgundy. HEX triplet: 6A, 03 and 27. RGB value is (106,3,39). Sum of RGB (Red+Green+Blue) = 106+3+39=148 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.62% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0327 is #95FCD8. Grayscale: #252525. Windows color (decimal): -9829593 or 2556778. OLE color: 2556778.

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

Color convert

RGB106339-
CMYK00.970.630.58
HSL339.03º94.5%21.37%-
HSV(B)339.03º97.17%41.57%-
XYZ6.343.282.22-
YUV37.9128.62176.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 71.62%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=71.62%
G=2.03%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10633900.970.630.58339.0394.521.37
Hex6A3270613F3A1535e15
Octal1523470141777252313625
Binary11010101110011101100001111111111010101010011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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