#6A0324

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

Shades of Burgundy #6A0324

Tints of Burgundy #6A0324

Color information

#6A0324 (or 0x6A0324) is unknown color: approx Burgundy. HEX triplet: 6A, 03 and 24. RGB value is (106,3,36). Sum of RGB (Red+Green+Blue) = 106+3+36=145 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.10% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0324 is #95FCDB. Grayscale: #252525. Windows color (decimal): -9829596 or 2360170. OLE color: 2360170.

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

Color convert

RGB106336-
CMYK00.970.660.58
HSL340.78º94.5%21.37%-
HSV(B)340.78º97.17%41.57%-
XYZ6.293.261.97-
YUV37.56127.12176.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 73.10%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=73.10%
G=2.07%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10633600.970.660.58340.7894.521.37
Hex6A324061423A1555e15
Octal15234401411027252513625
Binary110101011100100011000011000010111010101010101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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